Commit c133cf15 authored by Bodmer's avatar Bodmer

Revert "Update iaw #2341"

This reverts commit 21b27258.
parent a6909486
......@@ -15,7 +15,11 @@
delay(120);
writecommand(0x3A);
writedata(0x55); // 16 bit colour interface
#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
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