This commit is contained in:
2026-02-13 14:42:07 -08:00
parent 6a485b6ad9
commit deb33eb352
670 changed files with 55968 additions and 51275 deletions

0
libraries/lvgl/scripts/build_html_examples.sh Executable file → Normal file
View File

View File

0
libraries/lvgl/scripts/built_in_font/generate_all.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/changelog_gen.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/code-format.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/cppcheck_run.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/filetohex.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/find_version.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/genexamplelist.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/infer_run.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/install-prerequisites.sh Executable file → Normal file
View File

0
libraries/lvgl/scripts/jpg_to_sjpg.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/lv_conf_internal_gen.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/release/com.py Executable file → Normal file
View File

0
libraries/lvgl/scripts/release/patch.py Executable file → Normal file
View File

4
libraries/lvgl/scripts/style_api_gen.py Executable file → Normal file
View File

@@ -163,7 +163,7 @@ props = [
{'name': 'BORDER_WIDTH',
'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0,
'dsc': "Set the width of the border. Only pixel values can be used."},
'dsc': "Set hte width of the border. Only pixel values can be used."},
{'name': 'BORDER_SIDE',
'style_type': 'num', 'var_type': 'lv_border_side_t', 'default':'`LV_BORDER_SIDE_NONE`', 'inherited': 0, 'layout': 0, 'ext_draw': 0,
@@ -350,7 +350,7 @@ props = [
{'name': 'LAYOUT',
'style_type': 'num', 'var_type': 'uint16_t', 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0,
'dsc': "Set the layout of the object. The children will be repositioned and resized according to the policies set for the layout. For the possible values see the documentation of the layouts."},
'dsc': "Set the layout if the object. The children will be repositioned and resized according to the policies set for the layout. For the possible values see the documentation of the layouts."},
{'name': 'BASE_DIR',
'style_type': 'num', 'var_type': 'lv_base_dir_t', 'default':'`LV_BASE_DIR_AUTO`', 'inherited': 1, 'layout': 1, 'ext_draw': 0,