summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal_sets.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-06-04 13:22:50 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-06-04 13:22:50 +0000
commite63e84a5dfb18e9b7eca8dabcd2d58ceac342529 (patch)
tree25989313fa6d7ea9f59ae8bdb1e56fe69f5e1a24 /apps/plugins/fractals/fractal_sets.h
parentbc26fe7a96d6f5e443003cb871dcb4bfba525352 (diff)
downloadrockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.tar.gz
rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.zip
Convert some more stuff to mylcd_ and support pgfx as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fractals/fractal_sets.h')
-rw-r--r--apps/plugins/fractals/fractal_sets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal_sets.h b/apps/plugins/fractals/fractal_sets.h
index b2eaa589dc..865517b5b5 100644
--- a/apps/plugins/fractals/fractal_sets.h
+++ b/apps/plugins/fractals/fractal_sets.h
@@ -30,6 +30,8 @@
30#include "lib/xlcd.h" 30#include "lib/xlcd.h"
31#endif 31#endif
32 32
33#include "lib/mylcd.h"
34
33#define DELTA 8 /* Panning moves 1/DELTA of screen */ 35#define DELTA 8 /* Panning moves 1/DELTA of screen */
34 36
35#define LCD_SHIFT_X (LCD_WIDTH / DELTA) 37#define LCD_SHIFT_X (LCD_WIDTH / DELTA)