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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index d5decd1e2e..09249d996a 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -45,7 +45,7 @@ static int redphase = 0, greenphase = 50, bluephase = 100;
45static unsigned char colours[256]; /* Smooth transition of shades */ 45static unsigned char colours[256]; /* Smooth transition of shades */
46static unsigned char graybuffer[LCD_HEIGHT*LCD_WIDTH]; /* off screen buffer */ 46static unsigned char graybuffer[LCD_HEIGHT*LCD_WIDTH]; /* off screen buffer */
47static unsigned char *gbuf; 47static unsigned char *gbuf;
48static unsigned int gbuf_size = 0; 48static size_t gbuf_size = 0;
49#endif 49#endif
50static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */ 50static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */
51static int plasma_frequency; 51static int plasma_frequency;