summaryrefslogtreecommitdiffstats
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
parent6e701d3232cdd05a6806679bb88c1e34fbf22bd7 (diff)
downloadrockbox-6aef81a.tar.gz
rockbox-6aef81a.zip
Samsung YH-920: enable inverting of colours on the lcd.
Change-Id: Iaf70e9e854a52c6ddd12bc81e59580dbc3938888
-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 @@
/* todo #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 */