Commit Graph

122 Commits

Author SHA1 Message Date
lewisxhe
ced3ef2bf9 Add LVGL png decoding example 2020-09-29 15:26:43 +08:00
lewisxhe
a96893d6ee Added WakeupFormTouchScreen example 2020-09-28 18:10:36 +08:00
lewis he
b4d11bee50 fix https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/issues/74 2020-09-21 14:50:11 +08:00
lewis he
258204fd59 Added twatch-2020-V2 gps example 2020-09-21 14:43:26 +08:00
lewis he
2bdae2b3fd Rename RTC_INT to RTC_INT_PIN 2020-09-19 16:38:22 +08:00
lewis he
e5414d21c0 Added lvgl fs example 2020-09-18 18:01:01 +08:00
lewis he
2f8ff83e99 Merge pull request #75 from varind/patch-1
Fix Typo
2020-09-18 17:26:58 +08:00
lewis he
f76819c57d Added LilyPi IR Remove example 2020-09-18 10:02:51 +08:00
Ben Lipsey
045bd8f865 Fix Typo
missing quote
2020-09-15 23:03:48 -07:00
lewis he
4fbe6cdf68 Added U8g2 for TFT_eSPI 2020-09-10 18:03:56 +08:00
lewis he
844f261799 Update lilypi example 2020-09-10 17:12:01 +08:00
lewis he
94630b5d3c Added Epaper BTN examples 2020-09-10 14:48:03 +08:00
lewis he
ff56c4a50f Added RTC TimeSynchronization example 2020-09-07 10:28:17 +08:00
lewis he
014872a087 Added BluetoothAudioWeb example 2020-08-31 11:53:38 +08:00
lewis he
d7d5f1275c Added BluetoothAudio example 2020-08-31 11:49:49 +08:00
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