Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LVGL on the T-Watch 2020Introduction | ||||||||
Line: 16 to 16 | ||||||||
MicroPython compiles for the t-watch "out of the box". In order to get a version with lvgl and all drivers and their MicroPython language binding to work is another story. Therefore the repository mentioned above. | ||||||||
Changed: | ||||||||
< < | The MicroPython language binding contains lvgl initialization code in the module display_driver.py, which makes it very easy to create and run simple lvgl programs to the t-watch. display_driver.py checks on which hardware it is running | |||||||
> > | The MicroPython language binding contains lvgl initialization code in the module display_driver.py, which makes it very easy to create and run simple lvgl programs on the t-watch. display_driver.py checks on which hardware it is running | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
LVGL on the T-Watch 2020IntroductionSince the t-watch 2020 has a rather high resolution screen in combination with a touch panel, it is possible to run Graphical User Interfaces (GUIs) right on the watch. A popular GUI library is lvgl![]() ![]() ![]()
![]() Software available for the T-WatchThe factory firmware is https://github.com/sharandac/My-TTGO-Watch.![]() ![]() Running lv_micropython of the t-watchMicroPython compiles for the t-watch "out of the box". In order to get a version with lvgl and all drivers and their MicroPython language binding to work is another story. Therefore the repository mentioned above. The MicroPython language binding contains lvgl initialization code in the module display_driver.py, which makes it very easy to create and run simple lvgl programs to the t-watch. display_driver.py checks on which hardware it is running
![]() ![]() ![]() Comments
|