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 544b7d1..82770f3 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -338,7 +338,7 @@ int main(void)
#ifdef HAVE_LCD_COLOR
shades = 256;
#else
- shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8,
+ shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT,
32, 2<<8, NULL) + 1;
if(shades <= 1)
{