mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 21:24:44 +02:00
Update ILI9488_Init.h
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
writedata(0x48); // MX, BGR
|
writedata(0x48); // MX, BGR
|
||||||
|
|
||||||
writecommand(0x3A); // Pixel Interface Format
|
writecommand(0x3A); // Pixel Interface Format
|
||||||
#if defined (ESP32_PARALLEL)
|
#if defined (TFT_PARALLEL_8_BIT)
|
||||||
writedata(0x55); // 16 bit colour for parallel
|
writedata(0x55); // 16 bit colour for parallel
|
||||||
#else
|
#else
|
||||||
writedata(0x66); // 18 bit colour for SPI
|
writedata(0x66); // 18 bit colour for SPI
|
||||||
|
Reference in New Issue
Block a user