diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-06-01 20:24:58 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-06-09 01:15:17 +0000 |
| commit | 701eaa647bf498fb750866abbfa63802aa374a99 (patch) | |
| tree | f5479cd6e094908cc9ea23de0debd57b41a744a7 /firmware/export | |
| parent | 8326f173f99ed8d37f97375bb380e5575267ee42 (diff) | |
| download | rockbox-701eaa647bf498fb750866abbfa63802aa374a99.zip rockbox-701eaa647bf498fb750866abbfa63802aa374a99.tar.gz rockbox-701eaa647bf498fb750866abbfa63802aa374a99.tar.bz2 rockbox-701eaa647bf498fb750866abbfa63802aa374a99.tar.xz | |
Samsung YH-820: implement an inverting of colours on the lcd.
Change-Id: Ibddf444b35402f8d2a9ad8b6af9d897a6618da18
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/samsungyh820.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 5e4c79d..516b010 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -64,7 +64,7 @@ /* #define HAVE_LCD_FLIP */ /* define this if you can invert the colours on your LCD */ -/* todo #define HAVE_LCD_INVERT */ +#define HAVE_LCD_INVERT /* put the lcd frame buffer in IRAM */ /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ |