summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_set_background.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_set_background.c')
-rw-r--r--apps/plugins/lib/gray_set_background.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray_set_background.c b/apps/plugins/lib/gray_set_background.c
index b2cbedfcc0..c78e9ff112 100644
--- a/apps/plugins/lib/gray_set_background.c
+++ b/apps/plugins/lib/gray_set_background.c
@@ -33,6 +33,8 @@
33 Set the background shade for subsequent drawing operations 33 Set the background shade for subsequent drawing operations
34 ---------------------------------------------------------------------------- 34 ----------------------------------------------------------------------------
35 brightness = 0 (black) .. 255 (white) 35 brightness = 0 (black) .. 255 (white)
36
37 Default after initialization: 255
36 */ 38 */
37void gray_set_background(int brightness) 39void gray_set_background(int brightness)
38{ 40{