Update ILI9488_Init.h

This commit is contained in:
Bodmer 2020-03-27 11:13:39 +00:00 committed by GitHub
parent 1015c564f4
commit fa2727b511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
writedata(0x48); // MX, BGR
writecommand(0x3A); // Pixel Interface Format
#if defined (ESP32_PARALLEL)
#if defined (TFT_PARALLEL_8_BIT)
writedata(0x55); // 16 bit colour for parallel
#else
writedata(0x66); // 18 bit colour for SPI