Enable LCD invert setting in the menu for all targets that support it. This adds the menu option to H10 20GB and X5 builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11048 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-09-25 17:03:18 +00:00
parent d5429307d5
commit 2404913f45
16 changed files with 48 additions and 3 deletions

View file

@ -4,6 +4,9 @@
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP 1
/* define this if you can invert the colours on your LCD */
#define HAVE_LCD_INVERT
/* LCD dimensions */
#define LCD_WIDTH 128
#define LCD_HEIGHT 64