chrismoos / ili9486-driver

ILI9486 driver for Rust
5 stars 6 forks source link

Wrong color display when using gpio 16-bit parallel interface #8

Open ohmyarch opened 3 years ago

ohmyarch commented 3 years ago

I used an 8-bit screen before, the color display is correct. After switching to a 16-bit one, for example, yellow becomes green, green and red become black, white becomes cyan, but blue is still blue.

ohmyarch commented 3 years ago
yellow -> green
green/red/blue -> black
white -> cyan
magenta/blue -> blue