From d3a3a41b0ffbb6db16f835f4b50c6e625d03cb3c Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Thu, 1 Aug 2019 23:10:13 +0200 Subject: 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 --- firmware/export/config/ipod6g.h | 3 --- 1 file changed, 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 -- cgit v1.2.3