10 Commits

Author SHA1 Message Date
lewis
878e948b69 Update wifi event macro name 2022-08-19 10:59:55 +08:00
lewisxhe
8968e48d79 Fix SimpleWatch error caused by touch interruption. 2021-01-19 10:37:41 +08:00
lewis he
ff4e86ab74 Update lvgl to v7.3.1 2020-08-20 12:13:41 +08:00
Robert Mibus
d3acd23f51 Sync time to the RTC whenever it is displayed.
This means if a user sees a valid time, we won't ever just forget it
moments later.
2020-07-25 13:34:10 +10:00
Robert Mibus
ddadf3ab54 Remove the wifi_sync_mbox_cb() function and its UI functionality.
Function problems:
* The function doesn't wait for NTP to actually happen, it's just
started - so the clock is still wrong.
* The current time is passed as static data, and is then pushed into the
RTC after the UI interaction - making it stale.
* NTP may complete during the UI interaction, and then get stomped on.

Simply start the "poll now" sequence directly, and don't worry about the
UI for it.
2020-07-25 13:33:51 +10:00
Peter Edwards
e92f05b536 Minor spelling correction and shortening of ntp sync message 2020-07-11 14:04:27 +02:00
lewis he
f8f906ac25 Return source LVGL 2020-07-01 09:01:31 +08:00
lewis he
727e270621 Removal of the same name list 2020-07-01 08:59:33 +08:00
lewis he
0f0bcf4edd Update SimpleWatch to lvgl 7.0.0 2020-06-28 15:40:07 +08:00
lewis he
9d8dc25aa6 Update examples 2020-06-24 15:36:20 +08:00