From cb031f052dd9ac3600b410082b2c865dc8a02a2a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 31 Oct 2006 19:49:40 +0000 Subject: X5 can flip the display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11410 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiox5.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 3e835605da..80b010a6b0 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can flip your LCD */ +#define HAVE_LCD_FLIP + /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR 1 -- cgit v1.2.3