diff options
Diffstat (limited to 'apps/plugins/fractals/fractal_sets.h')
| -rw-r--r-- | apps/plugins/fractals/fractal_sets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal_sets.h b/apps/plugins/fractals/fractal_sets.h index 3b5e3c7..b2eaa58 100644 --- a/apps/plugins/fractals/fractal_sets.h +++ b/apps/plugins/fractals/fractal_sets.h @@ -21,8 +21,14 @@ #ifndef _FRACTAL_SETS_H #define _FRACTAL_SETS_H +#include "plugin.h" + +#if (LCD_DEPTH < 8) +#define USEGSLIB #include "lib/grey.h" +#else #include "lib/xlcd.h" +#endif #define DELTA 8 /* Panning moves 1/DELTA of screen */ |