0015/ESP32Berry

Display black. I could it compile and upload, but the display is black.

Tinkerpete opened this issue · 4 comments

Display black. I could it compile and upload, but the display is black.

I think i have the right lc_conf.h because when i change an command like '#define' the compile progress breaks. But i have no ideas what i should change for a working display.

Ok, i have it running. But the colors are bad. I could not say what the problem exactly was. But i had worked on the points from T-Desk readme.md. Could be, i had settings wrong.

0015 commented

@Tinkerpete Seems like your color setting is inverted. Please try with this lv_conf.h. https://github.com/0015/ESP32Berry/blob/main/LVGL_Setting/lv_conf.h

Now it runs correct! Thank you all!