lewisxhe
ca811c0db2
Added NES BBQ Keyboard
2020-11-18 10:25:31 +08:00
lewisxhe
313b26832f
Added config.h option
2020-11-16 09:08:31 +08:00
lewisxhe
bb2110289f
Added GDEP015OC1 example
2020-11-11 15:02:32 +08:00
lewisxhe
71f28a470d
Added TBlock Epaper badge
2020-11-09 10:48:23 +08:00
lewisxhe
de234374d7
Added DRV2605 examples
2020-11-06 14:38:23 +08:00
lewisxhe
398b323b8c
Added TBao2 example
2020-11-06 10:11:36 +08:00
lewisxhe
ab44f714ff
Adapted LilyPi
2020-11-04 11:08:10 +08:00
lewisxhe
3a9f3873cb
Added game
2020-11-04 10:32:59 +08:00
lewisxhe
a68cc1eb67
Added NES emulator eaxmple
2020-11-04 10:31:51 +08:00
lewisxhe
9182309882
Added ESPFace example
2020-11-03 16:22:32 +08:00
lewisxhe
b535ee32af
Added TBao&TQucik examples
2020-10-24 16:50:40 +08:00
lewisxhe
020a6bff37
Update analogread example
2020-10-24 16:25:41 +08:00
lewisxhe
57c355f4a0
Added MAX30208 example
2020-10-20 18:28:19 +08:00
lewisxhe
4664d68b09
fix typo
2020-10-13 12:08:53 +08:00
lewisxhe
f35ee0aae0
Added Touch Multitask example
2020-10-13 09:34:54 +08:00
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