mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
Add READ_24BITS attribute for HX8357D
This commit is contained in:
@@ -1559,7 +1559,7 @@ void MCUFRIEND_kbv::begin(uint16_t ID)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
case 0x8357:
|
case 0x8357:
|
||||||
_lcd_capable = AUTO_READINC | MIPI_DCS_REV1 | MV_AXIS | REV_SCREEN;
|
_lcd_capable = AUTO_READINC | MIPI_DCS_REV1 | MV_AXIS | REV_SCREEN | READ_24BITS;
|
||||||
static const uint8_t HX8357D_regValues[] PROGMEM = {
|
static const uint8_t HX8357D_regValues[] PROGMEM = {
|
||||||
0x01, 0, //Soft Reset
|
0x01, 0, //Soft Reset
|
||||||
TFTLCD_DELAY8, 50,
|
TFTLCD_DELAY8, 50,
|
||||||
|
|||||||
Reference in New Issue
Block a user