基于ESP32的图形界面设计
资源文件列表
LVGL_Arc_Test/.vscode/c_cpp_properties.json , 809
LVGL_Arc_Test/.vscode/settings.json , 974
LVGL_Arc_Test/CMakeLists.txt , 325
LVGL_Arc_Test/components/lvgl/CMakeLists.txt , 209
LVGL_Arc_Test/components/lvgl/component.mk , 372
LVGL_Arc_Test/components/lvgl/Kconfig , 42343
LVGL_Arc_Test/components/lvgl/lvgl/.editorconfig , 124
LVGL_Arc_Test/components/lvgl/lvgl/.github/auto-comment.yml , 726
LVGL_Arc_Test/components/lvgl/lvgl/.github/FUNDING.yml , 55
LVGL_Arc_Test/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/bug-report.md , 994
LVGL_Arc_Test/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/config.yml , 567
LVGL_Arc_Test/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md , 610
LVGL_Arc_Test/components/lvgl/lvgl/.github/pull_request_template.md , 276
LVGL_Arc_Test/components/lvgl/lvgl/.github/stale.yml , 702
LVGL_Arc_Test/components/lvgl/lvgl/.github/workflows/build_micropython.yml , 1425
LVGL_Arc_Test/components/lvgl/lvgl/.github/workflows/ccpp.yml , 285
LVGL_Arc_Test/components/lvgl/lvgl/.github/workflows/main.yml , 585
LVGL_Arc_Test/components/lvgl/lvgl/.github/workflows/merge-to-dev.yml , 378
LVGL_Arc_Test/components/lvgl/lvgl/.github/workflows/release.yml , 799
LVGL_Arc_Test/components/lvgl/lvgl/.gitignore , 136
LVGL_Arc_Test/components/lvgl/lvgl/.gitmodules , 0
LVGL_Arc_Test/components/lvgl/lvgl/CHANGELOG.md , 19750
LVGL_Arc_Test/components/lvgl/lvgl/CMakeLists.txt , 1895
LVGL_Arc_Test/components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md , 3245
LVGL_Arc_Test/components/lvgl/lvgl/docs/CODING_STYLE.md , 3199
LVGL_Arc_Test/components/lvgl/lvgl/docs/CONTRIBUTING.md , 254
LVGL_Arc_Test/components/lvgl/lvgl/docs/ROADMAP.md , 3257
LVGL_Arc_Test/components/lvgl/lvgl/examples/LVGL_Arduino.ino , 2510
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_disp_template.c , 6912
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_disp_template.h , 700
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_fs_template.c , 10933
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_fs_template.h , 690
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_indev_template.c , 10671
LVGL_Arc_Test/components/lvgl/lvgl/examples/porting/lv_port_indev_template.h , 706
LVGL_Arc_Test/components/lvgl/lvgl/Kconfig , 48739
LVGL_Arc_Test/components/lvgl/lvgl/library.json , 527
LVGL_Arc_Test/components/lvgl/lvgl/library.properties , 391
LVGL_Arc_Test/components/lvgl/lvgl/LICENCE.txt , 1072
LVGL_Arc_Test/components/lvgl/lvgl/lvgl.h , 3439
LVGL_Arc_Test/components/lvgl/lvgl/lvgl.mk , 486
LVGL_Arc_Test/components/lvgl/lvgl/lv_conf_template.h , 25315
LVGL_Arc_Test/components/lvgl/lvgl/README.md , 6797
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/built_in_font_gen.py , 2438
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/DejaVuSans.ttf , 756072
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff , 353228
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/generate_all.py , 10012
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/Montserrat-Medium.ttf , 243180
LVGL_Arc_Test/components/lvgl/lvgl/scripts/built_in_font/SimSun.woff , 4801180
LVGL_Arc_Test/components/lvgl/lvgl/scripts/code-format.cfg , 1647
LVGL_Arc_Test/components/lvgl/lvgl/scripts/code-format.sh , 50
LVGL_Arc_Test/components/lvgl/lvgl/scripts/cppcheck_run.sh , 193
LVGL_Arc_Test/components/lvgl/lvgl/scripts/Doxyfile , 107265
LVGL_Arc_Test/components/lvgl/lvgl/scripts/infer_run.sh , 305
LVGL_Arc_Test/components/lvgl/lvgl/scripts/lv_conf_checker.py , 3585
LVGL_Arc_Test/components/lvgl/lvgl/scripts/release/com.py , 3003
LVGL_Arc_Test/components/lvgl/lvgl/scripts/release/dev.py , 1902
LVGL_Arc_Test/components/lvgl/lvgl/scripts/release/main.py , 1494
LVGL_Arc_Test/components/lvgl/lvgl/scripts/release/proj.py , 2080
LVGL_Arc_Test/components/lvgl/lvgl/scripts/release/release.py , 4364
LVGL_Arc_Test/components/lvgl/lvgl/src/lvgl.h , 584
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_api_map.h , 5460
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_conf_internal.h , 57322
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_conf_kconfig.h , 19480
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_core.mk , 287
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_disp.c , 12401
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_disp.h , 6306
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_group.c , 14472
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_group.h , 6847
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_indev.c , 59371
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_indev.h , 5211
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_obj.c , 156107
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_obj.h , 54016
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_obj_style_dec.h , 17726
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_refr.c , 26339
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_refr.h , 2361
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_style.c , 41316
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_core/lv_style.h , 29315
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw.h , 985
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw.mk , 439
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_arc.c , 17393
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_arc.h , 1294
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_blend.c , 45033
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_blend.h , 1357
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_img.c , 24456
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_img.h , 2273
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_label.c , 31151
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_label.h , 2880
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_line.c , 17200
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_line.h , 1478
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_mask.c , 44230
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_mask.h , 9691
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_rect.c , 55205
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_rect.h , 2799
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.c , 6120
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.h , 1322
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_buf.c , 23896
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_buf.h , 14378
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_cache.c , 7102
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_cache.h , 2256
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_decoder.c , 27364
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_draw/lv_img_decoder.h , 9749
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font.c , 2056
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font.h , 5991
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font.mk , 1090
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.c , 285114
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c , 17891
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.h , 7740
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_loader.c , 21204
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_loader.h , 653
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_10.c , 61507
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_12.c , 74227
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_12_subpx.c , 74263
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_14.c , 87150
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_16.c , 100475
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_18.c , 119179
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_20.c , 135436
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_22.c , 156875
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_24.c , 176195
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_26.c , 201131
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_28.c , 226748
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_28_compressed.c , 141764
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_30.c , 254100
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_32.c , 277066
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_34.c , 314760
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_36.c , 344919
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_38.c , 379568
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_40.c , 420092
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_42.c , 459678
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_44.c , 497313
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_46.c , 542467
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_48.c , 575112
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_montserrat_8.c , 51595
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_simsun_16_cjk.c , 624445
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_unscii_16.c , 23789
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_font_unscii_8.c , 15940
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/lv_symbol_def.h , 6687
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_font/my_lcd_font_30.c , 80601
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu.mk , 198
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_pxp.c , 19286
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_pxp.h , 5793
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_pxp_osa.c , 4178
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_pxp_osa.h , 1563
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_vglite.c , 9668
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_nxp_vglite.h , 4770
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.c , 7960
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.h , 3586
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_hal/lv_hal.h , 566
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_hal/lv_hal.mk , 238
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c , 12032
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_hal/lv_hal_disp.h , 12023
LVGL_Arc_Test/components/lvgl/lvgl/src/lv_hal/lv_hal_indev.c , 4788
最多只能显示150条信息!
