Commit Graph

216 Commits

Author SHA1 Message Date
lewis he
28dbc338ee Merge pull request #68 from sharandac/master
allows lvgl to use psram if it is available
2020-08-31 09:47:23 +08:00
lewis he
b7b062fa10 Add lvgl double cache option, you can customize lvgl cache size 2020-08-31 09:44:24 +08:00
Dirk Broßwick
f97b519ce9 allows lvgl to use psram if it is available
lvgl consumes relatively much memory during intensive use. the change allows lvgl to use psram and saves internal ram.
2020-08-29 12:39:59 +02:00
lewis he
43939204f3 Update lib json V1.3.0 2020-08-28 09:14:55 +08:00
lewis he
b1c5dcea4e Clean up redundant files 2020-08-27 17:56:24 +08:00
lewis he
01f916efce Clean up redundant files 2020-08-27 17:52:00 +08:00
lewis he
4ba5cc67fd Update example description 2020-08-27 17:37:39 +08:00
lewis he
cd58677d2d Defining TWATCH_USE_PSRAM_ALLOC_LVGL will disable DMA 2020-08-27 17:13:14 +08:00
lewis he
dd8ba9f108 fix lilypi define 2020-08-27 17:11:07 +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
014be5e54a Compatible with MY-TTGO-TWATCH https://github.com/sharandac/My-TTGO-Watch 2020-08-27 11:52:44 +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
8a2bd060c7 Update README 2020-08-20 16:01:05 +08:00
lewis he
5681e64710 Update README 2020-08-20 15:57:49 +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
fc82408366 Add setPins method for different boards 2020-08-19 17:44:49 +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
457f6fbccc Merge pull request #62 from AlexGoodyear/master
Remove incorrect DST (daylight savings) code from syncToSystem()
2020-08-13 18:07:48 +08:00
Alex Goodyear
83258b0b3e Remove incorrect DST code 2020-08-12 11:39:44 +01:00
Alex Goodyear
376790520c Merge pull request #1 from Xinyuan-LilyGO/master
Rebase my fork to the Xinyuan original
2020-08-12 11:32:05 +01:00
lewis he
5062265802 Added example description 2020-08-10 16:03:19 +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
d312b6803f Fix ILI9488 2020-08-07 17:33:54 +08:00
lewis he
eabf07490d Add tblock profile condition 2020-08-07 17:25:22 +08:00
lewis he
196e12a445 Add tblock ILI9488 support 2020-08-07 17:23:55 +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
d2860e3ea9 Modify lvgl cache size 2020-07-31 11:38:01 +08:00
lewis he
39d0603f3a Added tblock st7796 example 2020-07-31 10:05:09 +08:00
lewis he
9c5e9c8c12 Added screen select method 2020-07-31 10:03:07 +08:00
lewis he
8d8376f045 Added tblock st7796 shield support 2020-07-30 18:01:24 +08:00
lewis he
8645dc4ffc Added tblock epaper touch example 2020-07-30 13:38:20 +08:00
lewis he
125b4547c1 Merge pull request #54 from mibus/better-readme
Better readme
2020-07-29 10:04:01 +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
Robert Mibus
bead222e40 Add a note about installing the Arduino IDE and not using Flatpak 2020-07-25 13:29:32 +10:00
Robert Mibus
2960256554 Reorder README to be more in-sequence 2020-07-25 13:28:58 +10:00
lewis he
b74310ce4d Added TBlock MPU6050 examples 2020-07-24 11:32:43 +08:00
lewis he
32f9a8cbc8 Added TBlock MPU6050 Drive and examples 2020-07-24 11:29:19 +08:00
lewis he
f1bf94ad6e Use DMA as the refresh method of LVGL 2020-07-23 15:03:54 +08:00
lewis he
23b1c2c437 Update TFT_eSPI up to 2.2.15 2020-07-23 14:09:03 +08:00
lewis he
cd3bd12540 Eliminate useless methods, and repair rotating coordinates 2020-07-23 13:48:31 +08:00
lewis he
899f9db72f Merge pull request #47 from sharandac/patch-1
rotate does not work properly if LILYGO_WATCH_2020_V1 define
2020-07-23 12:05:12 +08:00
lewis he
1b2f7e66b0 Merge pull request #49 from billyischilly/patch-2
Specify duration when calling onec()
2020-07-23 12:04:39 +08:00