diff options
author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2019-08-01 23:10:13 +0200 |
---|---|---|
committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2019-08-01 23:10:57 +0200 |
commit | d3a3a41b0ffbb6db16f835f4b50c6e625d03cb3c (patch) | |
tree | 38874e5002f231e3c4e61f2557bf024c2e1f5e72 | |
parent | e6fae44520147c6712e0a2a5d6a68fc3f85f91cd (diff) | |
download | rockbox-d3a3a41.tar.gz rockbox-d3a3a41.zip |
Remove "HAVE_TRANSFLECTIVE_LCD" from iPod 6G config
The screen content is only poorly visible without backlight, it's not
really usable this way.
Removing HAVE_TRANSFLECTIVE_LCD also fixes the "flashing screen"
issue that appeared on some models when "lcd_awake()" is called.
Change-Id: I3ba954c944077a32016820462f782dc27a31f8d8
-rw-r--r-- | firmware/export/config/ipod6g.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 665e1f96d2..b4be39d935 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -59,9 +59,6 @@ /* define this if you can invert the colours on your LCD */ //#define HAVE_LCD_INVERT -/* LCD stays visible without backlight - simulator hint */ -#define HAVE_TRANSFLECTIVE_LCD - /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN |