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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 544b7d15c5..82770f3132 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -338,7 +338,7 @@ int main(void)
338#ifdef HAVE_LCD_COLOR 338#ifdef HAVE_LCD_COLOR
339 shades = 256; 339 shades = 256;
340#else 340#else
341 shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, 341 shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT,
342 32, 2<<8, NULL) + 1; 342 32, 2<<8, NULL) + 1;
343 if(shades <= 1) 343 if(shades <= 1)
344 { 344 {