Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The T-Watch Graphical User Interface and how to add your own applications and settingsIntroduction | ||||||||
Line: 12 to 12 | ||||||||
![]() | ||||||||
Changed: | ||||||||
< < | Once that the hardware is ready the GUI starts up. | |||||||
> > | Once that the hardware is ready the twatch first connects to WiFi and then reads the current date and time from NTP and sets the pcf8563 real time clock. After that the GUI is started | |||||||
The GUI is based on the LVGL tile view widget (lv.tileview). The base GUI consists of 8 tiles as a matrix with 4 columns and 2 rows. The upper row is used for applications while the lower row contains a note tile and all the setup functions.
| ||||||||
Line: 29 to 29 | ||||||||
| ||||||||
Changed: | ||||||||
< < | On the top of the tiles there is a status bar, which can be hidden when applications are run. The status bar shows the step counter, the battery status and the wifi status. | |||||||
> > | Adding applications | |||||||
-- ![]() |