summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 4f5fc39eb2..ce2af5c87b 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -44,6 +44,7 @@ static int redfactor = 1, greenfactor = 2, bluefactor = 3;
44static int redphase = 0, greenphase = 50, bluephase = 100; 44static int redphase = 0, greenphase = 50, bluephase = 100;
45 /* lower chance of gray at regular intervals */ 45 /* lower chance of gray at regular intervals */
46#else 46#else
47GREY_INFO_STRUCT
47static unsigned char colours[256]; /* Smooth transition of shades */ 48static unsigned char colours[256]; /* Smooth transition of shades */
48static unsigned char greybuffer[LCD_HEIGHT*LCD_WIDTH]; /* off screen buffer */ 49static unsigned char greybuffer[LCD_HEIGHT*LCD_WIDTH]; /* off screen buffer */
49static unsigned char *gbuf; 50static unsigned char *gbuf;