summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-06-01 14:49:10 +0000
committerSzymon Dziok <b0hoon@o2.pl>2014-06-09 01:15:17 +0000
commit6aef81a0f653ecd3cb77635961570d3333b12f77 (patch)
tree7b6099cafb7dcf3c2793353f727f9d2095e3d5e8 /firmware
parent6e701d3232cdd05a6806679bb88c1e34fbf22bd7 (diff)
downloadrockbox-6aef81a0f653ecd3cb77635961570d3333b12f77.tar.gz
rockbox-6aef81a0f653ecd3cb77635961570d3333b12f77.zip
Samsung YH-920: enable inverting of colours on the lcd.
Change-Id: Iaf70e9e854a52c6ddd12bc81e59580dbc3938888
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/samsungyh920.h2
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 */