whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

How to build Lua RTOS with the screen module #407

Closed TotallyNotSethP closed 2 years ago

TotallyNotSethP commented 2 years ago

I see from this wiki page that there is a screen module which i really want to use for my project. However, no prebuilt board OSes include support and there doesn't appear to be an option for it in the build settings. So how do you access it?

TotallyNotSethP commented 2 years ago

On a related note, is there any chance the module will support more chipsets in the future?

TotallyNotSethP commented 2 years ago

make menuconfig has no screen module option: image

the0ne commented 2 years ago

Maybe check the following, seems the wiki was not renamed: https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/GDISPLAY-module

TotallyNotSethP commented 2 years ago

you just saved my life thank you :)