Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Running gdisplay.attach in a file puts garbage on top rows of tft screen
This doesn't occur when running gdisplay.attach
in a regular file.
Also you can't clear the garbage unless you reboot the system
I don't have such a piece of hardware. So I can't reproduce.
Ok a temporary workaround is to run gdisplay.attach
in a regular file, then dofile
from system.lua
Update: it now shows garbage no matter what file you run the attach command in...
This might be the same issue as https://forum.lvgl.io/t/random-colored-lines-in-display-gc9a01/4545
It works fine from the command line
Oh, and it works now... very inconsistent behaviour
In a shocking new development, i cant put anything in the top two rows anymore. {0,0} is {0,2} on the actual screen
I suspect this may just be an issue with the buffer being two rows down from where it should be
@the0ne Do you know where the interface code is for the ST7735 1.44" green tab... I want to try to fix this issue
That would be
components/sys/drivers/st7735.c
components/sys/drivers/st7735.h
I guess.
@TotallyNotSethP did you finally find a solution? Feel free to reopen in case of questions or create a PR if you want to share your solution with others.