mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
Add ILI9328, ILI9331
This commit is contained in:
@@ -1559,9 +1559,11 @@ void MCUFRIEND_kbv::begin(uint16_t ID)
|
|||||||
case 0x6809:
|
case 0x6809:
|
||||||
_lcd_capable = 0 | REV_SCREEN | INVERT_GS | AUTO_READINC;
|
_lcd_capable = 0 | REV_SCREEN | INVERT_GS | AUTO_READINC;
|
||||||
goto common_93x5;
|
goto common_93x5;
|
||||||
|
case 0x9328:
|
||||||
case 0x9325:
|
case 0x9325:
|
||||||
_lcd_capable = 0 | REV_SCREEN | INVERT_GS;
|
_lcd_capable = 0 | REV_SCREEN | INVERT_GS;
|
||||||
goto common_93x5;
|
goto common_93x5;
|
||||||
|
case 0x9331:
|
||||||
case 0x9335:
|
case 0x9335:
|
||||||
_lcd_capable = 0 | REV_SCREEN;
|
_lcd_capable = 0 | REV_SCREEN;
|
||||||
common_93x5:
|
common_93x5:
|
||||||
|
|||||||
Reference in New Issue
Block a user