2056 Commits

Author SHA1 Message Date
fvanroie
87831daf6e Update LovyanGFX driver 2021-10-18 11:36:50 +02:00
fvanroie
382537ec6d Fix HASP_GPIO_TEMPLATE #149 2021-10-17 23:50:04 +02:00
fvanroie
7b2350f905 Prepare for ESP arduino-esp32 2.0.0 2021-10-16 04:26:01 +02:00
fvanroie
fcb3529c89 Fix compile errors 2021-10-16 01:15:14 +02:00
fvanroie
06ed10dcf0 Add Run Anti Burn-in button to Display config UI 2021-10-15 22:25:46 +02:00
fvanroie
e846db7762 Simplyfy use of getOption and cache CSS and JS on client 2021-10-15 20:26:06 +02:00
fvanroie
08ed4b9df0 Allow recolor of msgbox button texts. 2021-10-15 20:23:27 +02:00
fvanroie
dfb5aa4cce Fix crash when using both btnmatrix and msgbox #236 2021-10-15 18:48:16 +02:00
fvanroie
5dd2c0a1d4 Add skip key to jsonl lines to ignore the whole line 2021-10-15 03:51:23 +02:00
fvanroie
3587e8be8c Prevent creation of multiple antiburn tasks #134 2021-10-14 18:25:33 +02:00
fvanroie
886a394421 Add antiburn command 2021-10-14 18:13:42 +02:00
fvanroie
b92586b36e Code clean-up 2021-10-13 17:56:32 +02:00
fvanroie
ac6179f87e Update GT911 driver 2021-10-13 17:55:58 +02:00
fvanroie
0217063690 Add textarea object 2021-10-13 17:54:36 +02:00
fvanroie
d1783bbb15
Merge pull request #226 from nagyrobi/patch-4
fix description line numbers + add user_config_override.h note
2021-10-12 12:38:49 +02:00
H. Árkosi Róbert
acd0ca37b7
fix description line numbers + add user_config_override.h note 2021-10-12 09:31:07 +02:00
H. Árkosi Róbert
c4d565e18f
Update my_custom_template.h 2021-10-12 09:25:55 +02:00
fvanroie
4a4caab016 Fix objid is read-only 2021-10-10 03:14:35 +02:00
fvanroie
568716ac28 Remove unused randomSeed() 2021-10-10 03:14:12 +02:00
fvanroie
758b3daa54 Decouple antiburn from wakeup touch 2021-10-10 03:13:36 +02:00
fvanroie
ec9882714d Fix compiler warnings 2021-10-10 00:47:09 +02:00
fvanroie
f6a8abc286 Fix compiler warnings 2021-10-10 00:38:45 +02:00
fvanroie
4fdbe8a5c0 Fix compiler warning 2021-10-10 00:34:52 +02:00
fvanroie
bbba6baaa7 Add missing custom_topic_payload 2021-10-10 00:17:49 +02:00
fvanroie
163bc8480f Update custom templates 2021-10-10 00:13:32 +02:00
fvanroie
358a45f6f3 Fix ccompile error due to missing include 2021-10-09 23:30:00 +02:00
fvanroie
917fe508b3 Check for custom used pins 2021-10-09 01:03:00 +02:00
fvanroie
91835d3684 Merge branch 'master' of http://github.com/fvanroie/hasp-lvgl 2021-10-09 00:00:24 +02:00
fvanroie
9974682d2a Make background of the spinner object transparent 2021-10-09 00:00:20 +02:00
H. Árkosi Róbert
398dc06521
Update my_custom_fan_template.cpp 2021-10-08 23:48:21 +02:00
fvanroie
9d5435a1b6
Keep the function names
I removed the code, but kept the names of the function
2021-10-08 22:35:55 +02:00
H. Árkosi Róbert
5a7c270cb2
remove unneeded stuff 2021-10-08 22:05:02 +02:00
fvanroie
7d50baebe9
Merge pull request #221 from nagyrobi/patch-1
Add some more comments on how to use fan
2021-10-08 21:29:49 +02:00
fvanroie
f362cff718 Add type to spinner objecfr 2021-10-08 21:27:58 +02:00
H. Árkosi Róbert
10587fc078
Add some more comments on how to use fan 2021-10-08 21:25:30 +02:00
fvanroie
caa226c70f Add USAGE section 2021-10-08 19:58:58 +02:00
fvanroie
88b0c764cf Add missing custom_topic_payload 2021-10-08 19:51:46 +02:00
fvanroie
45a451c830 Change HASP_USE_CUSTOM > 0 to defined(HASP_USE_CUSTOM) 2021-10-08 18:59:41 +02:00
fvanroie
dffea46d07 Initial LovyanGFX driver #220 2021-10-08 16:05:06 +02:00
fvanroie
8c13df3390 Add #define HASP_BOOTLOGO_H 2021-10-08 00:53:41 +02:00
fvanroie
b0b9bb2e4f Test that USER_SETUP_LOADED is defined 2021-10-08 00:42:06 +02:00
fvanroie
425886bacd Add dummy touch_read to Generic Touch 2021-10-07 22:42:44 +02:00
fvanroie
2ed8af5a49 Add pivot_x and pivot_y to image objects 2021-10-07 15:01:18 +02:00
fvanroie
22f226243a Add my_image_release_resources and my_line_clear_points 2021-10-03 00:13:22 +02:00
fvanroie
b191dfc363 Code formating 2021-10-03 00:11:54 +02:00
fvanroie
98e2a34899 Change LOG_NOTICE to LOG_INFO 2021-10-03 00:11:18 +02:00
fvanroie
5b4053421b Add backwards compatibility for /littlefs/ 2021-10-02 00:00:01 +02:00
fvanroie
1e045499fb Add cystom loops 2021-10-01 23:59:17 +02:00
fvanroie
b30c4ca589 Add my_custom_fan_template.cpp 2021-10-01 23:15:30 +02:00
fvanroie
3772db01fa Add custom fan animation example 2021-10-01 23:14:17 +02:00