Hi everyone,
I have wrong color in screen MPI3501 , when i test to output buffer to color red,green, blue, it seem like
Red. —> blue
Green —> red
Blue. —> green
Here is how i test (i need to stop lightdm service before this)
(when boot the image should be orange not green)
I am using display MPI3501 http://www.lcdwiki.com/3.5inch_RPi_Display which i heard that is a clone of waveshare 3,5 inch https://www.waveshare.com/3.5inch-RPi-LCD-C.htm
I'm using Debian Bookworm. I know that it not the same as Armbian, but the config kinda the same.
About driver for ili9486, here is the info
To use this screen i create overlay-user. and and ili9486.dts. Here is the content of it
and I add this overlay to /boot/orangepiEnv.txt
Note that i think the field "bgr" and "init" not working, i try to change it to make bgr from 0x00 to 0x01, or send init different at 0x10000036 but nothing change.
Also note that, i also try to cat raw data from /dev/fb0 and using ffmpeg --> It is true color
Also here is the dmesg log
Is anyone here familiar with this problem, or ever try to change bgr field of this ili9486 ?
Best Regard !!