Commit Graph

107 Commits

Author SHA1 Message Date
lewis he
4ba5cc67fd Update example description 2020-08-27 17:37:39 +08:00
lewis he
16de81b53f Add e-paper dependency as part of the component and update the e-paper example 2020-08-27 15:23:19 +08:00
lewis he
ad5b77bf00 Added GDEW0371W7 ePaper driver and update examples 2020-08-26 18:23:58 +08:00
lewis he
581c31ab56 Update lilygo sdcard test 2020-08-24 16:33:39 +08:00
lewis he
18be9c04e3 Added relay control 2020-08-21 14:32:41 +08:00
lewis he
8966554d17 Added LilyPi demo 2020-08-20 15:47:24 +08:00
lewis he
ff4e86ab74 Update lvgl to v7.3.1 2020-08-20 12:13:41 +08:00
lewis he
813ec2060d Change the touch ink screen to GDEH0154D67 2020-08-15 11:03:24 +08:00
lewis he
596aaf06c3 Merge pull request #59 from mibus/fix-time-sync
Fix time sync
2020-08-13 18:10:16 +08:00
lewis he
000dc6871b Add external TFT_eSPI usage example 2020-08-10 15:27:27 +08:00
lewis he
ec087feed3 Update tblock marco name 2020-08-10 09:30:18 +08:00
lewis he
eabf07490d Add tblock profile condition 2020-08-07 17:25:22 +08:00
lewis he
36edbece6b Added SimpleFramework by DanGeiger 2020-08-07 16:49:26 +08:00
lewis he
53883a855f Added SetTimeFromBLE example 2020-08-03 14:31:08 +08:00
lewis he
39d0603f3a Added tblock st7796 example 2020-07-31 10:05:09 +08:00
lewis he
8645dc4ffc Added tblock epaper touch example 2020-07-30 13:38:20 +08:00
lewis he
da1129c5f7 Added Rotary example 2020-07-28 15:21:13 +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
lewis he
b74310ce4d Added TBlock MPU6050 examples 2020-07-24 11:32:43 +08:00
lewis he
dca8fbee0b Add support for standard backplane ,https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/issues/45 2020-07-20 09:42:48 +08:00
lewis he
b1c263a198 Update TBlock eink example 2020-07-14 14:56:50 +08:00
lewis he
027eeef333 Merge pull request #34 from sweetlilmre/master
cleanup and fixes to bl.h
2020-07-13 18:00:20 +08:00
lewis he
c056dbce1c Merge pull request #33 from sdrabb/master
light sleep improving power consumption
2020-07-13 17:58:07 +08:00
lewis he
994139abeb Change the sample directory level 2020-07-13 15:37:29 +08:00
lewis he
0e50769f29 remove deepsleep example 2020-07-13 15:26:31 +08:00
lewis he
1a5edb8f3c Add DeepSleep wake example 2020-07-13 15:21:14 +08:00
lewis he
5e453e6edd Fix SD_Play example using LVGL style error 2020-07-13 13:55:59 +08:00
lewis he
b7e3dd0453 Fix compilation error using ESP8266 Audio V1.4 2020-07-13 13:48:58 +08:00
Peter Edwards
e92f05b536 Minor spelling correction and shortening of ntp sync message 2020-07-11 14:04:27 +02:00
Alberto Merciai
04f712f09b removed rtc header 2020-07-10 18:29:32 +02:00
Alberto Merciai
8e80b17fc8 added header 2020-07-10 18:24:49 +02:00
Alberto Merciai
7b17cd2f02 light sleep on button press improving power consumption 2020-07-10 18:17:30 +02:00
lewis he
bc86a97349 Update AXP202 monitoring example 2020-07-09 10:02:22 +08:00
lewis he
eabfe5836e Added PlayMP3FormSPIFFS example 2020-07-09 09:05:50 +08:00
lewis he
36f4d54ede Fix SIM868 RI wait, should be high 2020-07-08 18:23:31 +08:00
lewis he
17f60e0a2c Example of adding SIM868 shield 2020-07-08 18:19:36 +08:00
lewis he
8f95c5ffaf Add BMA423 acceleration sensor example 2020-07-08 13:38:02 +08:00
lewis he
30e394c4f8 Added SIM800L example 2020-07-02 16:42:10 +08:00
lewis he
a432429cc8 fix typo 2020-07-01 13:57:05 +08:00
Ben Lipsey
e14cfde63a Fix typo 2020-06-30 22:45:29 -07:00
lewis he
ef24370e2f fix typo 2020-07-01 09:04:12 +08: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
98dc85961a Change touch object to private 2020-06-30 14:28:27 +08:00
lewis he
e238f2cc9f Update example containing lvgl, use lvgl 7.0.0 2020-06-28 17:50:08 +08:00
lewis he
0f0bcf4edd Update SimpleWatch to lvgl 7.0.0 2020-06-28 15:40:07 +08:00
lewis he
d2167bf223 Update lvgl 6.1.2 to 7.0.0 2020-06-28 15:28:57 +08:00
lewis he
7366a80f6d Update examples 2020-06-24 16:04:46 +08:00
lewis he
9d8dc25aa6 Update examples 2020-06-24 15:36:20 +08:00