mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
add support for UNKNOWN ID=0x0001
This commit is contained in:
@@ -2105,7 +2105,9 @@ case 0x4532: // thanks Leodino
|
||||
break;
|
||||
#endif
|
||||
|
||||
// goto common_9320;
|
||||
case 0x0001:
|
||||
_lcd_capable = 0 | REV_SCREEN | INVERT_GS; //no RGB bug. thanks Ivo_Deshev
|
||||
goto common_9320;
|
||||
case 0x5408:
|
||||
_lcd_capable = 0 | REV_SCREEN | READ_BGR; //Red 2.4" thanks jorgenv, Ardlab_Gent
|
||||
// _lcd_capable = 0 | REV_SCREEN | READ_BGR | INVERT_GS; //Blue 2.8" might be different
|
||||
|
||||
Reference in New Issue
Block a user