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 7e0c3ba4f5..6207a8894e 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -332,7 +332,7 @@ int main(void)
332 shades = 256; 332 shades = 256;
333#else 333#else
334 shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, 334 shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8,
335 32, NULL) + 1; 335 32, 2<<8, NULL) + 1;
336 if(shades <= 1) 336 if(shades <= 1)
337 { 337 {
338 rb->splash(HZ, true, "not enough memory"); 338 rb->splash(HZ, true, "not enough memory");