diff options
Diffstat (limited to 'apps/plugins/fire.c')
| -rw-r--r-- | apps/plugins/fire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 7e0c3ba..6207a88 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -332,7 +332,7 @@ int main(void) shades = 256; #else shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, - 32, NULL) + 1; + 32, 2<<8, NULL) + 1; if(shades <= 1) { rb->splash(HZ, true, "not enough memory"); |