Unverified Commit fa2727b5 authored by Bodmer's avatar Bodmer Committed by GitHub

Update ILI9488_Init.h

parent 1015c564
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment