84 Commits

Author SHA1 Message Date
fvanroie
e42b27f67a LV_MEM_CUSTOM default allocators use PSram when available #810 2024-10-08 22:35:01 +02:00
fvanroie
f175dc599a Prepare LVFS support for /sdcard 2024-05-24 21:58:15 +02:00
hans boot
66fe185bfe Allow LV_MEM_CUSTOM override 2024-04-11 08:14:01 +02:00
Kuba Szczodrzyński
96bfbf397b
Add HASP_TARGET_ARDUINO and HASP_TARGET_PC macros 2024-02-07 11:11:15 +01:00
Kuba Szczodrzyński
a2d97204f8
Fix storage root path with LV_USE_FS_IF 2024-02-06 19:52:39 +01:00
marsman7
fff79aabab fix compile error : 'lv_font_montserrat_14' was not declared in this scope 2023-08-22 22:56:27 +02:00
fvanroie
ed56d9ee42 Update CHANGELOG and libraries 2023-07-18 15:51:13 +02:00
fvanroie
46e9e97132 Allow any command in the swipe attribute (like action) 2023-02-16 04:27:48 +01:00
fvanroie
445446111b Include bitmap fonts in 12, 16, 24 & 32pt sizes 2023-01-20 18:54:35 +01:00
fvanroie
1e517c3b24 Bring back 2 bitmap fonts 2023-01-18 20:52:21 +01:00
fvanroie
d6c5f64143 Omit bitmap fonts 2023-01-17 02:19:41 +01:00
fvanroie
8209625f1e Redesign action property 2023-01-11 13:46:58 +01:00
fvanroie
e30a572dcb Reinstate bitmap fonts for testing 2022-11-28 17:26:49 +01:00
fvanroie
fdf5053174 Update embedded TTF font 2022-11-26 20:50:56 +01:00
fvanroie
18a76a0024 Add Sunton S3 4.3" 2022-11-17 01:19:00 +01:00
fvanroie
988514970c Stability improvements 2022-11-08 20:40:25 +01:00
fvanroie
c02d039e18 Disable LV_MEM_CUSTOM by default 2022-10-18 01:10:10 +02:00
fvanroie
b370733012 Allow LV_MEM_CUSTOM=1 to disable separate LVGL memory pool 2022-10-10 18:22:36 +02:00
fvanroie
66f05103a5 Check if LV_USE_FS_IF is already defined 2022-07-21 00:46:26 +02:00
fvanroie
8459b632c7 Always include 5 default fonts 2022-05-11 15:35:22 +02:00
fvanroie
32882ed33b LV_MEM_SIZE adjustment for WirelessTag 2022-04-24 21:47:38 +02:00
fvanroie
4a07ecdc4a Adjust LV_MEM_SIZE to 32Kb on ESP32S2 2022-04-24 20:31:22 +02:00
fvanroie
a7af566f89 Fix BOARD_HAS_PSRAM typo 2022-04-24 20:13:05 +02:00
fvanroie
4635931ba6 Set larger LV_MEM_SIZE for PSram enabled devices 2022-04-19 21:32:49 +02:00
fvanroie
126fc09733 Update LV_MEM_SIZE to 32kB on ESP32-S2 #250 2022-03-02 18:39:14 +01:00
fvanroie
e0703de170 Tweaks for ESP32-S2 #250 2022-02-12 10:13:58 +01:00
fvanroie
518914a714 Update lv_fs_if library 2022-02-02 08:04:00 +01:00
fvanroie
8df2383d9c Add api endpoints and form loader 2022-01-30 16:56:05 +01:00
fvanroie
ef3c93c347 Update ini files and formatting 2022-01-28 17:58:44 +01:00
fvanroie
6943f6ed5c Allow override of LV_MEM_SIZE and LV_VDB_SIZE 2022-01-28 17:50:25 +01:00
fvanroie
239c56f243 Add custom data tag for objects #195 2022-01-26 03:42:38 +01:00
fvanroie
8e5061852f Added #ifndef LV_FONT_DEFAULT 2021-10-10 00:30:11 +02:00
fvanroie
74f1bccc9d Add stm32f7 2021-09-17 16:32:48 +02:00
fvanroie
34112882a1 Use L:/file.png instead of /littlefs/file.png 2021-08-10 01:55:48 +02:00
fvanroie
9b8adb0223 Disable unused widgets 2021-08-08 17:17:10 +02:00
fvanroie
1cffc054c8 Cleanup old defines 2021-07-12 15:33:51 +02:00
fvanroie
e099e454c7 Cache 20 images when PSram is present 2021-06-18 01:59:12 +02:00
fvanroie
6f81434615 Disable ArduinoOTA on WT32-SC01 2021-06-12 00:50:14 +02:00
fvanroie
2f33550aac set LV_SPRINTF_CUSTOM to 1 2021-06-11 22:59:20 +02:00
fvanroie
0d1066e97f define LV_LINEMETER_PRECISE 2 2021-06-11 15:04:19 +02:00
fvanroie
5b5261140f Speedup LV_INDEV_DEF_READ_PERIOD 2021-06-01 20:14:42 +02:00
fvanroie
12d46c44f5 Enable LV_IMGBTN_TILED 2021-06-01 00:21:07 +02:00
fvanroie
9413d822e6 Touch redesign 2021-05-29 20:39:26 +02:00
fvanroie
b8bdcaf710 Swap out FT5206 for FT6336U 2021-05-27 02:22:05 +02:00
fvanroie
12344b8c73 Set font sizes to HASP_FONT_SIZE_x 2021-05-20 13:54:16 +02:00
fvanroie
968a78f3a3 Set LV_LED_BRIGHT_MIN=0 2021-05-18 00:16:33 +02:00
fvanroie
9dda843e3b Use ascii characterset for WT32-SC01 2021-05-16 23:54:58 +02:00
fvanroie
8755f78b4a Add LV_ATTRIBUTE_TASK_HANDLER 2021-05-15 05:20:12 +02:00
fvanroie
cb4daf442c Add png support 2021-05-10 06:36:05 +02:00
fvanroie
81976d6ec9 Set LV_INDEV_DEF_READ_PERIOD=20 2021-05-02 00:45:22 +02:00