s-hadinger
27ccf0490b
HASPmota support for spangroup (styled text) ( #20852 )
2024-03-03 10:53:21 +01:00
s-hadinger
a51b08b36c
typicons font to LVGL and HASPmota ( #20742 )
2024-02-16 12:42:11 +01:00
s-hadinger
66ff68df78
LVGL9 restore missing layouts ( #20701 )
2024-02-11 11:14:01 +01:00
s-hadinger
ff6be70ce1
LVGL library updated to v9.0.0, some small breaking changes in C, none in HASPmota ( #20659 )
...
* LVGL library updated to v9.0.0, some small breaking changes in C, none in HASPmota
* fix compilation
* Move lvgl_berry to LVGL_assets
2024-02-05 12:07:41 +01:00
Simon Post
12ef60a3df
Modification of convert.py and preprocessor.py to add tabview, list and tileview. Plus fix lv.keyboard enum error ( #20513 )
...
* Modification of convert.py and preprocessor.py to add tabview, list and tileview. Plus fix lv.keyboard enum error
* Amended my_user_config.h per request
---------
Co-authored-by: Simon Post <admin@SimonM3MacbookPro.theposts.me>
2024-01-17 13:24:43 +01:00
s-hadinger
8d83472c01
LVGL option to add `lv.keyboard` extra widget ( #20496 )
...
* LVGL option to add `lv.keyboard` extra widget
* Don't include keyboard by default
2024-01-14 22:37:07 +01:00
s-hadinger
08a14ccc9e
LVGL add `lv.str_arr` ( #20480 )
2024-01-12 19:48:33 +01:00
s-hadinger
a38f869052
Fix other LVGL conversion to int ( #20355 )
2023-12-30 11:23:26 +01:00
s-hadinger
2de3d427de
LVGL fix type for lv_imgbtn ( #20354 )
2023-12-30 10:29:30 +01:00
s-hadinger
ddb11779fd
ESP32 LVGL library from v8.3.10 to v8.3.11 (no functional change) ( #20183 )
...
* ESP32 LVGL library from v8.3.10 to v8.3.11 (no functional change)
* merge
* parse
* finalize
2023-12-06 21:30:08 +01:00
s-hadinger
fbe31ab294
Fix Core3 warnings when compiling LVGL ( #19921 )
2023-11-04 12:22:44 +01:00
s-hadinger
c8679df3ff
Remove warning when compiling LVGL with Arduino3 ( #19699 )
2023-10-07 23:02:55 +02:00
s-hadinger
ee7e3cab15
Solidified Code updated
2023-10-03 13:23:06 +00:00
s-hadinger
f8b5a38dc9
ESP32 LVGL library from v8.3.9 to v8.3.10 (no functional change) ( #19557 )
...
* ESP32 LVGL library from v8.3.9 to v8.3.10 (no functional change)
* Update mapping
2023-09-20 21:21:08 +02:00
s-hadinger
156f1988b2
ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change) ( #19510 )
2023-09-13 22:05:00 +02:00
blakadder
8246410c8a
fix compile errors on exotic windows codepages ( #19508 )
2023-09-13 15:06:01 +02:00
Theo Arends
701d33f645
Phase 2 support C2/C6
2023-08-23 13:02:13 +02:00
s-hadinger
d79c4a7cc6
ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change) ( #19058 )
...
* ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change)
* Update changelog
2023-07-06 22:03:05 +02:00
s-hadinger
36de007909
Berry replace `string.format`with `format` ( #18945 )
...
* Berry replace `string.format`with `format`
* remove import.string
2023-06-23 18:33:31 +02:00
s-hadinger
652a8edefa
Berry solidify for ubuntu 22.04 ( #18627 )
2023-05-09 22:21:39 +02:00
s-hadinger
fe1bc615f0
ESP32 LVGL library from v8.3.6 to v8.3.7 (no functional change) ( #18573 )
...
* ESP32 LVGL library from v8.3.7 to v8.3.7 (no functional change)
* Fix version
2023-05-03 21:18:26 +02:00
s-hadinger
822c6e702e
ESP32 LVGL library from v8.3.5 to v8.3.6 (no functional change) ( #18342 )
...
* ESP32 LVGL library from v8.3.5 to v8.3.6 (no functional change)
* Add changelog
2023-04-05 22:46:36 +02:00
s-hadinger
215838db1b
ESP32 LVGL library from v8.3.3 to v8.3.5 (no functional change) ( #18128 )
2023-03-06 20:04:02 +01:00
s-hadinger
fcec5a5b7b
LVGL allow access to `lv.LAYOUT_GRID` and `lv.LAYOUT_FLEX` ( #17948 )
2023-02-14 19:41:26 +01:00
Stephan Hadinger
7950800cb2
ESP32 LVGL library from v8.3.2 to v8.3.3 (no functional change)
2022-11-14 21:15:38 +01:00
Stephan Hadinger
1d34a80f65
Fix only for returned string
2022-10-18 10:04:04 +02:00
Stephan Hadinger
f87324f874
LVGL fix get text
2022-10-18 09:55:08 +02:00
Stephan Hadinger
7f33f0acf3
LVGL fix potential memory leak
2022-10-06 12:42:36 +02:00
Stephan Hadinger
48bc861727
ESP32 LVGL library from v8.3.0 to v8.3.2
2022-10-05 22:28:28 +02:00
Stephan Hadinger
2438ab959a
lv_berry simplify solidification from laptop
2022-10-05 21:58:59 +02:00
Stephan Hadinger
01e80c4ce8
LVGL add `lv.COLOR_ORANGE`
2022-09-10 13:27:14 +02:00
Stephan Hadinger
979288570e
HASPmota make `spinner` editable
2022-08-26 08:37:28 +02:00
Stephan Hadinger
d3837a8b3a
ESP32 LVGL library from v8.2.0 to v8.3.0
2022-07-20 09:36:22 +02:00
Stephan Hadinger
e551c8743b
Rename pycoc to coc
2022-07-01 22:39:23 +02:00
Stephan Hadinger
9b26c01dd0
Berry virtual member can return nil
2022-06-15 22:00:31 +02:00
Stephan Hadinger
2a7ef01429
Ported berry_ctypes to python
2022-06-08 22:11:22 +02:00
Stephan Hadinger
af41d81c5a
Berry ctypes small optimization
2022-06-07 22:20:42 +02:00
Stephan Hadinger
ffbc95717a
Berry weak strings
2022-06-06 21:01:12 +02:00
Stephan Hadinger
82d4e14171
Cleaning unused variables
2022-06-03 22:57:05 +02:00
Stephan Hadinger
086c4d6371
Rename OpenHASP to HASPmota
2022-05-20 21:29:39 +02:00
Stephan Hadinger
e6411a5d69
OpenHASP support for roller's text attribute
2022-05-13 12:12:48 +02:00
Stephan Hadinger
a6e0e96d3c
LVGL improved qrcode intergation as actual class
2022-04-23 18:55:03 +02:00
Stephan Hadinger
81a8ff273a
OpenHASP memory optimization
2022-04-22 22:36:45 +02:00
Stephan Hadinger
d9cfe6128a
Berry prep for OpenHASP
2022-04-05 21:38:43 +02:00
Stephan Hadinger
e06500cd58
LVGL roboto tapp improved
2022-03-24 13:00:08 +01:00
Stephan Hadinger
3aa22f9f6a
LVGL add lv_font apis
2022-03-23 10:40:51 +01:00
Stephan Hadinger
b72754ab06
Berry minor changes in ctypes class wrapper
2022-03-21 19:10:07 +01:00
s-hadinger
01eade7e47
Berry native class array ( #15178 )
...
* Berry simplified classes in Flash
* Remove be_load_lvgl_classes
2022-03-19 14:27:03 +01:00
Stephan Hadinger
d87b5c20ad
Rename lib lv_berry to lv_binding_berry
2022-03-17 22:31:47 +01:00
s-hadinger
c47e988349
Lvgl cleaned berry mapping ( #15111 )
...
* lv module
* More classes
* String literals
* Missed one
2022-03-12 17:45:16 +01:00
Stephan Hadinger
03c9664778
LVGL add string to buffer
2022-03-10 22:25:38 +01:00
Stephan Hadinger
83597e57e8
LVGL optimizations
2022-03-10 20:56:26 +01:00
Stephan Hadinger
3dea5fbf58
LVGL improved lv_coord_arr
2022-03-08 23:20:35 +01:00
Stephan Hadinger
575beba882
LVGL add support for lv_anim
2022-03-08 22:22:57 +01:00
Stephan Hadinger
011feb7e67
LVGL add support for lv_timer
2022-03-08 13:20:07 +01:00
Stephan Hadinger
2dbd5215cb
LVGL add lv.pct
2022-02-24 13:50:22 +01:00
Stephan Hadinger
4d1ca3916d
LVGL add enums and dithering
2022-02-23 19:19:54 +01:00
Stephan Hadinger
98a9455772
LVGL small fix
2022-02-23 12:31:01 +01:00
Stephan Hadinger
ab2cbdc85d
lvgl add math functions
2022-02-17 13:28:42 +01:00
Stephan Hadinger
23d20fa57e
Add README for lv_berry
2022-02-14 12:46:26 +01:00
s-hadinger
33a779f105
LVGL library from 8.1.0 to 8.2.0 ( #14815 )
2022-02-12 18:54:39 +01:00
Stephan Hadinger
c7ec0481d9
LVGL add missing functions from lv_style
2022-02-02 21:32:05 +01:00
Stephan Hadinger
90675463b5
LVGL allow null pointer for lv_disp and lv_indev
2022-01-30 10:58:42 +01:00
Stephan Hadinger
9ee8d6a6af
LVGL TS fix (again)
2022-01-28 22:59:23 +01:00
Stephan Hadinger
74a3580229
Berry final change to be_mapping
2022-01-23 09:56:29 +01:00
Stephan Hadinger
7cb4f72761
LVGL fix argument to remove_cb
2022-01-23 09:39:24 +01:00
Stephan Hadinger
0cde972703
Fix crash when deleting custom widgets
2022-01-22 17:13:10 +01:00
Stephan Hadinger
5f43550a74
LVGL raise a warning if multiple event_cb are assigned to the same object
2022-01-22 10:41:59 +01:00
Stephan Hadinger
fb59c63084
Berry improvement to constants
2022-01-20 22:02:21 +01:00
s-hadinger
dcaa19d7a0
LVGL add missing enums for freetype ( #14473 )
...
* LVGL add missing enums for freetype
* Fix
2022-01-16 19:37:41 +01:00
s-hadinger
d123f8dbc5
LVGL add support for lv_timer and lv_coord_t * return value ( #14465 )
...
* LVGL add support for lv_timer and lv_coord_t * return value
* Patch for char **
* fix LV_ATTRIBUTE_TIMER_HANDLER
* Comptr is 'c'
2022-01-16 15:05:14 +01:00
Stephan Hadinger
b6b0e4779b
LVGL add support for `lv_color_filter_dsc`
2022-01-16 13:11:49 +01:00
Stephan Hadinger
334ff4c16f
LVGL more structs
2022-01-16 10:43:11 +01:00
Stephan Hadinger
3543d5f094
LVGL add support for set_text_fmt
2022-01-16 10:23:35 +01:00
Stephan Hadinger
4bb236d3d0
LVGL add palette functions
2022-01-15 23:42:40 +01:00
Stephan Hadinger
9958be83a8
LVGL moved Freetype embedded in LVGL8
2022-01-13 19:32:16 +01:00
Stephan Hadinger
5f6e4b7191
LVGL add missing functions move_foreground/background
2022-01-12 22:35:20 +01:00
Stephan Hadinger
636ac69a4b
lvgl use native lv_png instead of library
2022-01-12 22:17:55 +01:00
Stephan Hadinger
9b0a5b89fe
LVGL prepare for Touch Screen calibration
2022-01-10 13:48:40 +01:00
Stephan Hadinger
421a2ce1fb
LVGL full support for grid layout
2022-01-02 16:16:10 +01:00
Stephan Hadinger
53bf9cf11f
LVGL add enums and prepare support for native arrayx
2022-01-01 19:17:55 +01:00
Stephan Hadinger
4091719bd7
LVGL add enums for layouts
2021-12-31 17:05:03 +01:00
Stephan Hadinger
0acabbb56e
LVGL add layouts
2021-12-28 09:43:05 +01:00
Stephan Hadinger
dca794dbf1
LVGL update from 8.0.2 to 8.1.0
2021-12-27 23:03:49 +01:00
Stephan Hadinger
a4cd168681
LVGL modularization
2021-12-27 18:12:38 +01:00
Stephan Hadinger
fd47406d11
LVGL add support for lv_chart_series
2021-12-24 10:06:30 +01:00
Stephan Hadinger
85662ec728
Set framework and platform for lv_berry
2021-12-20 18:29:47 +01:00
s-hadinger
e239bf7b0f
Lv berry manifest ( #14129 )
...
* Update manifest for lv_berry
* Update license
2021-12-20 18:14:39 +01:00
Stephan Hadinger
38e6a9fdf0
Berry created separate library `lv_berry` to isolate LVGL-Berry mapping
2021-12-20 11:17:11 +01:00
Jason2866
3d716866b1
fix compiler warning webcam
2021-12-18 13:26:16 +01:00
Stephan Hadinger
e5479cdc96
Berry move LVGL mapping to its own library
2021-12-18 11:47:03 +01:00
Stephan Hadinger
07e848cd30
LVGL OpenHASP alpha 3
2021-10-25 22:20:48 +02:00
Stephan Hadinger
e047260158
LVGL add roboto condensed
2021-10-23 16:13:00 +02:00
Stephan Hadinger
6fa5aec939
LVGL OpenHASP alpha2
2021-10-23 15:08:33 +02:00
Stephan Hadinger
ddb1eb7fea
Berry and LVGL fixes
2021-10-04 19:15:27 +02:00
Stephan Hadinger
98acc6fe2d
LVGL updated to v8.0.2 **breaking changes**
2021-10-02 09:33:59 +02:00
s-hadinger
fb7a9a8970
Revert "lv_freetype patch #10 "
2021-09-12 22:01:21 +02:00
Stephan Hadinger
621ab97dea
lv_freetype patch #10
2021-07-05 18:51:55 +02:00
Stephan Hadinger
79e71d26a1
More fix
2021-06-02 23:07:44 +02:00
Stephan Hadinger
3f07132e0f
LVGL remove compilation warning
2021-06-02 23:04:44 +02:00