Update ILI9481_Init.h

Change invert state in option INIT_8. See #1174
This commit is contained in:
Bodmer 2022-04-20 17:16:26 +01:00
parent ea736eec14
commit fdf4d17dc4
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@
writedata(0x66); // 18 bit colour interface writedata(0x66); // 18 bit colour interface
#endif #endif
#if !defined (TFT_PARALLEL_8_BIT) && !defined (TFT_PARALLEL_16_BIT) #if defined (TFT_PARALLEL_8_BIT) || defined (TFT_PARALLEL_16_BIT)
writecommand(TFT_INVON); writecommand(TFT_INVON);
#endif #endif