summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/fractal.h')
-rw-r--r--apps/plugins/fractals/fractal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index e1dfd5b6c9..7fbfaa526d 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -21,6 +21,10 @@
21#ifndef _FRACTAL_H 21#ifndef _FRACTAL_H
22#define _FRACTAL_H 22#define _FRACTAL_H
23 23
24#if (LCD_DEPTH < 8)
25#define USEGSLIB
26#endif
27
24/* variable button definitions */ 28/* variable button definitions */
25#if CONFIG_KEYPAD == RECORDER_PAD 29#if CONFIG_KEYPAD == RECORDER_PAD
26#define FRACTAL_QUIT BUTTON_OFF 30#define FRACTAL_QUIT BUTTON_OFF