Unverified Commit 21b27258 authored by Bodmer's avatar Bodmer Committed by GitHub

Update iaw #2341

16 bit shown to work with SPI and ILI9486
parent c6bcfa9d
......@@ -15,11 +15,7 @@
delay(120);
writecommand(0x3A);
#if defined (TFT_PARALLEL_8_BIT) || defined (TFT_PARALLEL_16_BIT) || defined (RPI_DISPLAY_TYPE)
writedata(0x55); // 16 bit colour interface
#else
writedata(0x66); // 18 bit colour interface
#endif
writedata(0x55); // 16 bit colour interface
writecommand(0xC0); // 1100.0000 Power Control 1
writedata(0x0E); // 0001.0111 ... VRH1
......
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