yuri91 / ili9341-rs

A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
Apache License 2.0
57 stars 50 forks source link

Inverted colors after PR 44 #46

Open romainreignier opened 3 months ago

romainreignier commented 3 months ago

I have used this library directly from git master and I have noticed that the colors are now inverted since the PR #44

Writing text in RED displays it in BLUE and writing it in BLUE displays it in GREEN.

Using the function clear() fills the screen with the correct color.