diff --git a/apps/plugins/fractals/mandelbrot_set.c b/apps/plugins/fractals/mandelbrot_set.c index 22f81ea4bb..077858d24f 100644 --- a/apps/plugins/fractals/mandelbrot_set.c +++ b/apps/plugins/fractals/mandelbrot_set.c @@ -61,7 +61,7 @@ static const unsigned char color[9] = { #endif #if (LCD_DEPTH < 8) -#define USEGLIB +#define USEGSLIB #else #define UPDATE_FREQ (HZ/50) #endif