diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2014-06-01 14:49:10 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2014-06-09 01:15:17 +0000 |
commit | 6aef81a0f653ecd3cb77635961570d3333b12f77 (patch) | |
tree | 7b6099cafb7dcf3c2793353f727f9d2095e3d5e8 /firmware/export | |
parent | 6e701d3232cdd05a6806679bb88c1e34fbf22bd7 (diff) | |
download | rockbox-6aef81a0f653ecd3cb77635961570d3333b12f77.tar.gz rockbox-6aef81a0f653ecd3cb77635961570d3333b12f77.zip |
Samsung YH-920: enable inverting of colours on the lcd.
Change-Id: Iaf70e9e854a52c6ddd12bc81e59580dbc3938888
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/samsungyh920.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 61e6bf0017..6f64e7e590 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h | |||
@@ -67,7 +67,7 @@ | |||
67 | /* todo #define HAVE_LCD_FLIP */ | 67 | /* todo #define HAVE_LCD_FLIP */ |
68 | 68 | ||
69 | /* define this if you can invert the colours on your LCD */ | 69 | /* define this if you can invert the colours on your LCD */ |
70 | /* todo #define HAVE_LCD_INVERT */ | 70 | #define HAVE_LCD_INVERT |
71 | 71 | ||
72 | /* put the lcd frame buffer in IRAM */ | 72 | /* put the lcd frame buffer in IRAM */ |
73 | /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ | 73 | /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ |