From e63e84a5dfb18e9b7eca8dabcd2d58ceac342529 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 4 Jun 2010 13:22:50 +0000 Subject: 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 --- apps/plugins/fractals/fractal_sets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/fractals/fractal_sets.h') 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 @@ #include "lib/xlcd.h" #endif +#include "lib/mylcd.h" + #define DELTA 8 /* Panning moves 1/DELTA of screen */ #define LCD_SHIFT_X (LCD_WIDTH / DELTA) -- cgit v1.2.3