summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 2d7a66ea16..ed3509c168 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -46,6 +46,7 @@ static unsigned char fire[LCD_HEIGHT+3][FIRE_WIDTH];
46static unsigned char cooling_map[LCD_HEIGHT][FIRE_WIDTH]; 46static unsigned char cooling_map[LCD_HEIGHT][FIRE_WIDTH];
47 47
48#ifndef HAVE_LCD_COLOR 48#ifndef HAVE_LCD_COLOR
49GREY_INFO_STRUCT
49static unsigned char *gbuf; 50static unsigned char *gbuf;
50static size_t gbuf_size = 0; 51static size_t gbuf_size = 0;
51static unsigned char draw_buffer[FIRE_WIDTH]; 52static unsigned char draw_buffer[FIRE_WIDTH];