moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
761 stars 151 forks source link

When I use GC9107, colors are inverted. #466

Closed ChancenJ closed 2 months ago

ChancenJ commented 2 months ago

When I useGC9107, the colors on the screen are inverted. However, unlike the ST7735, the GC9107 does not have a parameter to choose between BGR and RGB. How can I resolve this issue?

moononournation commented 2 months ago

set IPS true

ChancenJ commented 2 months ago

Thank you