实例介绍
【实例简介】SWM320RET LVGL实例
SWM320RET处理器LVGL应用,包含SD卡,文件系统,tft驱动显示程序。
【实例截图】
【核心代码】
.
├── LVGL_gui(320240_90)
│ ├── APP
│ │ ├── bsp
│ │ │ ├── dev_gt911.c
│ │ │ ├── dev_gt911.h
│ │ │ ├── dev_gt9147.c
│ │ │ ├── dev_gt9147.h
│ │ │ ├── dev_rgblcd.c
│ │ │ ├── dev_rgblcd.h
│ │ │ ├── dev_rtc.c
│ │ │ ├── dev_rtc.h
│ │ │ ├── dev_sdio.c
│ │ │ ├── dev_sdio.h
│ │ │ ├── dev_systick.c
│ │ │ ├── dev_systick.h
│ │ │ ├── dev_uart.c
│ │ │ └── dev_uart.h
│ │ ├── lv_examples
│ │ │ ├── README.md
│ │ │ ├── docs
│ │ │ │ ├── astyle_c
│ │ │ │ └── astyle_h
│ │ │ ├── lv_apps
│ │ │ │ ├── benchmark
│ │ │ │ │ ├── benchmark.c
│ │ │ │ │ ├── benchmark.h
│ │ │ │ │ ├── benchmark.mk
│ │ │ │ │ ├── benchmark_bg.c
│ │ │ │ │ └── benchmark_bg.png
│ │ │ │ ├── demo
│ │ │ │ │ ├── bubble_pattern.png
│ │ │ │ │ ├── demo.c
│ │ │ │ │ ├── demo.h
│ │ │ │ │ ├── demo.mk
│ │ │ │ │ └── img_bubble_pattern.c
│ │ │ │ ├── sysmon
│ │ │ │ │ ├── sysmon.c
│ │ │ │ │ ├── sysmon.h
│ │ │ │ │ └── sysmon.mk
│ │ │ │ ├── terminal
│ │ │ │ │ ├── terminal.c
│ │ │ │ │ ├── terminal.h
│ │ │ │ │ └── terminal.mk
│ │ │ │ └── tpcal
│ │ │ │ ├── tpcal.c
│ │ │ │ ├── tpcal.h
│ │ │ │ └── tpcal.mk
│ │ │ ├── lv_ex_conf.h
│ │ │ ├── lv_ex_conf_templ.h
│ │ │ ├── lv_examples.h
│ │ │ ├── lv_examples.mk
│ │ │ ├── lv_tests
│ │ │ │ ├── lv_test.h
│ │ │ │ ├── lv_test_group
│ │ │ │ │ ├── lv_test_group.c
│ │ │ │ │ ├── lv_test_group.h
│ │ │ │ │ ├── lv_test_group.mk
│ │ │ │ │ └── lv_test_group_1.png
│ │ │ │ ├── lv_test_misc
│ │ │ │ │ ├── lv_test_task.c
│ │ │ │ │ └── lv_test_task.h
│ │ │ │ ├── lv_test_obj
│ │ │ │ │ ├── lv_test_obj.c
│ │ │ │ │ ├── lv_test_obj.h
│ │ │ │ │ ├── lv_test_obj.mk
│ │ │ │ │ └── lv_test_object_1.png
│ │ │ │ ├── lv_test_objx
│ │ │ │ │ ├── lv_test_arc
│ │ │ │ │ │ ├── lv_test_arc.c
│ │ │ │ │ │ ├── lv_test_arc.h
│ │ │ │ │ │ ├── lv_test_arc.mk
│ │ │ │ │ │ └── lv_test_arc_1.png
│ │ │ │ │ ├── lv_test_bar
│ │ │ │ │ │ ├── lv_test_bar.c
│ │ │ │ │ │ ├── lv_test_bar.h
│ │ │ │ │ │ ├── lv_test_bar.mk
│ │ │ │ │ │ └── lv_test_bar_1.png
│ │ │ │ │ ├── lv_test_btn
│ │ │ │ │ │ ├── lv_test_btn.c
│ │ │ │ │ │ ├── lv_test_btn.h
│ │ │ │ │ │ ├── lv_test_btn.mk
│ │ │ │ │ │ └── lv_test_btn_1.png
│ │ │ │ │ ├── lv_test_btnm
│ │ │ │ │ │ ├── lv_test_btnm.c
│ │ │ │ │ │ ├── lv_test_btnm.h
│ │ │ │ │ │ ├── lv_test_btnm.mk
│ │ │ │ │ │ └── lv_test_btnm_1.png
│ │ │ │ │ ├── lv_test_canvas
│ │ │ │ │ │ ├── lv_test_canvas.c
│ │ │ │ │ │ ├── lv_test_canvas.h
│ │ │ │ │ │ ├── lv_test_canvas.mk
│ │ │ │ │ │ └── lv_test_canvas_1.png
│ │ │ │ │ ├── lv_test_cb
│ │ │ │ │ │ ├── lv_test_cb.c
│ │ │ │ │ │ ├── lv_test_cb.h
│ │ │ │ │ │ ├── lv_test_cb.mk
│ │ │ │ │ │ └── lv_test_cb_1.png
│ │ │ │ │ ├── lv_test_chart
│ │ │ │ │ │ ├── lv_test_chart.c
│ │ │ │ │ │ ├── lv_test_chart.h
│ │ │ │ │ │ ├── lv_test_chart.mk
│ │ │ │ │ │ └── lv_test_chart_1.png
│ │ │ │ │ ├── lv_test_cont
│ │ │ │ │ │ ├── lv_test_cont.c
│ │ │ │ │ │ ├── lv_test_cont.h
│ │ │ │ │ │ ├── lv_test_cont.mk
│ │ │ │ │ │ ├── lv_test_cont_1.png
│ │ │ │ │ │ └── lv_test_cont_2.png
│ │ │ │ │ ├── lv_test_ddlist
│ │ │ │ │ │ ├── lv_test_ddlist.c
│ │ │ │ │ │ ├── lv_test_ddlist.h
│ │ │ │ │ │ ├── lv_test_ddlist.mk
│ │ │ │ │ │ └── lv_test_ddlist_1.png
│ │ │ │ │ ├── lv_test_gauge
│ │ │ │ │ │ ├── lv_test_gauge.c
│ │ │ │ │ │ ├── lv_test_gauge.h
│ │ │ │ │ │ ├── lv_test_gauge.mk
│ │ │ │ │ │ └── lv_test_gauge_1.png
│ │ │ │ │ ├── lv_test_img
│ │ │ │ │ │ ├── flower_icon.png
│ │ │ │ │ │ ├── img_flower_icon.c
│ │ │ │ │ │ ├── lv_test_img.c
│ │ │ │ │ │ ├── lv_test_img.h
│ │ │ │ │ │ ├── lv_test_img.mk
│ │ │ │ │ │ └── lv_test_img_1.png
│ │ │ │ │ ├── lv_test_imgbtn
│ │ │ │ │ │ ├── imgbtn_img_1.c
│ │ │ │ │ │ ├── imgbtn_img_2.c
│ │ │ │ │ │ ├── imgbtn_img_3.c
│ │ │ │ │ │ ├── imgbtn_img_4.c
│ │ │ │ │ │ ├── lv_test_imgbtn.c
│ │ │ │ │ │ ├── lv_test_imgbtn.h
│ │ │ │ │ │ ├── lv_test_imgbtn.mk
│ │ │ │ │ │ └── lv_test_imgbtn_1.png
│ │ │ │ │ ├── lv_test_kb
│ │ │ │ │ │ ├── lv_test_kb.c
│ │ │ │ │ │ ├── lv_test_kb.h
│ │ │ │ │ │ ├── lv_test_kb.mk
│ │ │ │ │ │ ├── lv_test_kb_1.png
│ │ │ │ │ │ └── lv_test_kb_2.png
│ │ │ │ │ ├── lv_test_label
│ │ │ │ │ │ ├── lv_test_label.c
│ │ │ │ │ │ ├── lv_test_label.h
│ │ │ │ │ │ ├── lv_test_label.mk
│ │ │ │ │ │ ├── lv_test_label_1.png
│ │ │ │ │ │ ├── lv_test_label_2.png
│ │ │ │ │ │ ├── lv_test_label_3.png
│ │ │ │ │ │ └── lv_test_label_4.png
│ │ │ │ │ ├── lv_test_led
│ │ │ │ │ │ ├── lv_test_led.c
│ │ │ │ │ │ ├── lv_test_led.h
│ │ │ │ │ │ ├── lv_test_led.mk
│ │ │ │ │ │ └── lv_test_led_1.png
│ │ │ │ │ ├── lv_test_line
│ │ │ │ │ │ ├── lv_test_line.c
│ │ │ │ │ │ ├── lv_test_line.h
│ │ │ │ │ │ ├── lv_test_line.mk
│ │ │ │ │ │ └── lv_test_line_1.png
│ │ │ │ │ ├── lv_test_list
│ │ │ │ │ │ ├── lv_test_list.c
│ │ │ │ │ │ ├── lv_test_list.h
│ │ │ │ │ │ ├── lv_test_list.mk
│ │ │ │ │ │ └── lv_test_list_1.png
│ │ │ │ │ ├── lv_test_lmeter
│ │ │ │ │ │ ├── lv_test_lmeter.c
│ │ │ │ │ │ ├── lv_test_lmeter.h
│ │ │ │ │ │ ├── lv_test_lmeter.mk
│ │ │ │ │ │ └── lv_test_lmeter_1.png
│ │ │ │ │ ├── lv_test_mbox
│ │ │ │ │ │ ├── lv_test_mbox.c
│ │ │ │ │ │ ├── lv_test_mbox.h
│ │ │ │ │ │ ├── lv_test_mbox.mk
│ │ │ │ │ │ └── lv_test_mbox_1.png
│ │ │ │ │ ├── lv_test_page
│ │ │ │ │ │ ├── lv_test_page.c
│ │ │ │ │ │ ├── lv_test_page.h
│ │ │ │ │ │ ├── lv_test_page.mk
│ │ │ │ │ │ ├── lv_test_page_1.png
│ │ │ │ │ │ └── lv_test_page_2.png
│ │ │ │ │ ├── lv_test_preload
│ │ │ │ │ │ ├── lv_test_preload.c
│ │ │ │ │ │ ├── lv_test_preload.h
│ │ │ │ │ │ ├── lv_test_preload.mk
│ │ │ │ │ │ └── lv_test_preload_1.png
│ │ │ │ │ ├── lv_test_roller
│ │ │ │ │ │ ├── lv_test_roller.c
│ │ │ │ │ │ ├── lv_test_roller.h
│ │ │ │ │ │ ├── lv_test_roller.mk
│ │ │ │ │ │ └── lv_test_roller_1.png
│ │ │ │ │ ├── lv_test_slider
│ │ │ │ │ │ ├── lv_test_slider.c
│ │ │ │ │ │ ├── lv_test_slider.h
│ │ │ │ │ │ ├── lv_test_slider.mk
│ │ │ │ │ │ └── lv_test_slider_1.png
│ │ │ │ │ ├── lv_test_sw
│ │ │ │ │ │ ├── lv_test_sw.c
│ │ │ │ │ │ ├── lv_test_sw.h
│ │ │ │ │ │ ├── lv_test_sw.mk
│ │ │ │ │ │ └── lv_test_sw_1.png
│ │ │ │ │ ├── lv_test_ta
│ │ │ │ │ │ ├── lv_test_ta.c
│ │ │ │ │ │ ├── lv_test_ta.h
│ │ │ │ │ │ ├── lv_test_ta.mk
│ │ │ │ │ │ ├── lv_test_ta_1.png
│ │ │ │ │ │ └── lv_test_ta_2.png
│ │ │ │ │ ├── lv_test_table
│ │ │ │ │ │ ├── lv_test_table.c
│ │ │ │ │ │ ├── lv_test_table.h
│ │ │ │ │ │ ├── lv_test_table.mk
│ │ │ │ │ │ ├── lv_test_table_1.png
│ │ │ │ │ │ └── lv_test_table_2.png
│ │ │ │ │ ├── lv_test_tabview
│ │ │ │ │ │ ├── lv_test_tabview.c
│ │ │ │ │ │ ├── lv_test_tabview.h
│ │ │ │ │ │ ├── lv_test_tabview.mk
│ │ │ │ │ │ ├── lv_test_tabview_1.png
│ │ │ │ │ │ └── lv_test_tabview_2.png
│ │ │ │ │ ├── lv_test_tileview
│ │ │ │ │ │ ├── lv_test_tileview.c
│ │ │ │ │ │ ├── lv_test_tileview.h
│ │ │ │ │ │ ├── lv_test_tileview.mk
│ │ │ │ │ │ └── lv_test_tileview_1.gif
│ │ │ │ │ └── lv_test_win
│ │ │ │ │ ├── lv_test_win.c
│ │ │ │ │ ├── lv_test_win.h
│ │ │ │ │ ├── lv_test_win.mk
│ │ │ │ │ └── lv_test_win_1.png
│ │ │ │ ├── lv_test_stress
│ │ │ │ │ ├── lv_test_stress.c
│ │ │ │ │ ├── lv_test_stress.h
│ │ │ │ │ ├── lv_test_stress.mk
│ │ │ │ │ └── lv_test_stress.png
│ │ │ │ └── lv_test_theme
│ │ │ │ ├── lv_test_theme.mk
│ │ │ │ ├── lv_test_theme_1.c
│ │ │ │ ├── lv_test_theme_1.h
│ │ │ │ ├── lv_test_theme_1.png
│ │ │ │ ├── lv_test_theme_2.c
│ │ │ │ ├── lv_test_theme_2.h
│ │ │ │ └── lv_test_theme_2.png
│ │ │ └── lv_tutorial
│ │ │ ├── 10_keyboard
│ │ │ │ ├── lv_tutorial_keyboard.c
│ │ │ │ ├── lv_tutorial_keyboard.h
│ │ │ │ └── lv_tutorial_keyboard.mk
│ │ │ ├── 1_hello_world
│ │ │ │ ├── lv_tutorial_hello_world.c
│ │ │ │ ├── lv_tutorial_hello_world.h
│ │ │ │ └── lv_tutorial_hello_world.mk
│ │ │ ├── 2_objects
│ │ │ │ ├── lv_tutorial_objects.c
│ │ │ │ ├── lv_tutorial_objects.h
│ │ │ │ └── lv_tutorial_objects.mk
│ │ │ ├── 3_styles
│ │ │ │ ├── lv_tutorial_styles.c
│ │ │ │ ├── lv_tutorial_styles.h
│ │ │ │ └── lv_tutorial_styles.mk
│ │ │ ├── 4_themes
│ │ │ │ ├── lv_tutorial_themes.c
│ │ │ │ ├── lv_tutorial_themes.h
│ │ │ │ └── lv_tutorial_themes.mk
│ │ │ ├── 5_antialiasing
│ │ │ │ ├── apple.png
│ │ │ │ ├── apple_chroma.png
│ │ │ │ ├── apple_icon_alpha.c
│ │ │ │ ├── apple_icon_chroma.c
│ │ │ │ ├── lv_tutorial_antialiasing.c
│ │ │ │ ├── lv_tutorial_antialiasing.h
│ │ │ │ └── lv_tutorial_antialiasing.mk
│ │ │ ├── 6_images
│ │ │ │ ├── blue_flower.jpg
│ │ │ │ ├── blue_flower_16.bin
│ │ │ │ ├── blue_flower_16_swap.bin
│ │ │ │ ├── blue_flower_32.bin
│ │ │ │ ├── blue_flower_8.bin
│ │ │ │ ├── blue_rose_16.bin
│ │ │ │ ├── blue_rose_16.png
│ │ │ │ ├── flower_icon_alpha.bin
│ │ │ │ ├── flower_icon_alpha.c
│ │ │ │ ├── flower_icon_alpha.png
│ │ │ │ ├── lv_tutorial_images.c
│ │ │ │ ├── lv_tutorial_images.h
│ │ │ │ ├── lv_tutorial_images.mk
│ │ │ │ ├── red_flower.c
│ │ │ │ ├── red_flower.png
│ │ │ │ ├── red_rose_16.c
│ │ │ │ └── red_rose_16.png
│ │ │ ├── 7_fonts
│ │ │ │ ├── arial_20.c
│ │ │ │ ├── lv_tutorial_fonts.c
│ │ │ │ ├── lv_tutorial_fonts.h
│ │ │ │ └── lv_tutorial_fonts.mk
│ │ │ ├── 8_animations
│ │ │ │ ├── lv_tutorial_animations.c
│ │ │ │ ├── lv_tutorial_animations.h
│ │ │ │ └── lv_tutorial_animations.mk
│ │ │ └── 9_responsive
│ │ │ ├── lv_tutorial_responsive.c
│ │ │ ├── lv_tutorial_responsive.h
│ │ │ └── lv_tutorial_responsive.mk
│ │ ├── lvgl
│ │ │ ├── LICENCE.txt
│ │ │ ├── README.md
│ │ │ ├── docs
│ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ ├── CODING_STYLE.md
│ │ │ │ └── CONTRIBUTING.md
│ │ │ ├── library.json
│ │ │ ├── lv_conf.h
│ │ │ ├── lv_conf_template.h
│ │ │ ├── lvgl.h
│ │ │ ├── lvgl.mk
│ │ │ ├── porting
│ │ │ │ ├── lv_port_disp.c
│ │ │ │ ├── lv_port_disp.h
│ │ │ │ ├── lv_port_disp_template.c
│ │ │ │ ├── lv_port_disp_template.h
│ │ │ │ ├── lv_port_fs.c
│ │ │ │ ├── lv_port_fs.h
│ │ │ │ ├── lv_port_fs_template.c
│ │ │ │ ├── lv_port_fs_template.h
│ │ │ │ ├── lv_port_indev.c
│ │ │ │ ├── lv_port_indev.h
│ │ │ │ ├── lv_port_indev_template.c
│ │ │ │ └── lv_port_indev_template.h
│ │ │ ├── scripts
│ │ │ │ ├── Doxyfile
│ │ │ │ ├── built_in_font
│ │ │ │ │ ├── FontAwesome.ttf
│ │ │ │ │ ├── FontAwesome5-Solid Brands Regular.woff
│ │ │ │ │ ├── Roboto-Regular.woff
│ │ │ │ │ └── built_in_font_gen.py
│ │ │ │ ├── clang-formatter.sh
│ │ │ │ ├── cppcheck_run.sh
│ │ │ │ ├── lv_conf_checker.py
│ │ │ │ └── release_patch.py
│ │ │ └── src
│ │ │ ├── lv_conf_checker.h
│ │ │ ├── lv_core
│ │ │ │ ├── lv_core.mk
│ │ │ │ ├── lv_debug.c
│ │ │ │ ├── lv_debug.h
│ │ │ │ ├── lv_disp.c
│ │ │ │ ├── lv_disp.h
│ │ │ │ ├── lv_group.c
│ │ │ │ ├── lv_group.h
│ │ │ │ ├── lv_indev.c
│ │ │ │ ├── lv_indev.h
│ │ │ │ ├── lv_obj.c
│ │ │ │ ├── lv_obj.h
│ │ │ │ ├── lv_refr.c
│ │ │ │ ├── lv_refr.h
│ │ │ │ ├── lv_style.c
│ │ │ │ └── lv_style.h
│ │ │ ├── lv_draw
│ │ │ │ ├── lv_draw.c
│ │ │ │ ├── lv_draw.h
│ │ │ │ ├── lv_draw.mk
│ │ │ │ ├── lv_draw_arc.c
│ │ │ │ ├── lv_draw_arc.h
│ │ │ │ ├── lv_draw_basic.c
│ │ │ │ ├── lv_draw_basic.h
│ │ │ │ ├── lv_draw_img.c
│ │ │ │ ├── lv_draw_img.h
│ │ │ │ ├── lv_draw_label.c
│ │ │ │ ├── lv_draw_label.h
│ │ │ │ ├── lv_draw_line.c
│ │ │ │ ├── lv_draw_line.h
│ │ │ │ ├── lv_draw_rect.c
│ │ │ │ ├── lv_draw_rect.h
│ │ │ │ ├── lv_draw_triangle.c
│ │ │ │ ├── lv_draw_triangle.h
│ │ │ │ ├── lv_img_cache.c
│ │ │ │ ├── lv_img_cache.h
│ │ │ │ ├── lv_img_decoder.c
│ │ │ │ └── lv_img_decoder.h
│ │ │ ├── lv_font
│ │ │ │ ├── lv_font.c
│ │ │ │ ├── lv_font.h
│ │ │ │ ├── lv_font.mk
│ │ │ │ ├── lv_font_fmt_txt.c
│ │ │ │ ├── lv_font_fmt_txt.h
│ │ │ │ ├── lv_font_roboto_12.c
│ │ │ │ ├── lv_font_roboto_12_subpx.c
│ │ │ │ ├── lv_font_roboto_16.c
│ │ │ │ ├── lv_font_roboto_22.c
│ │ │ │ ├── lv_font_roboto_28.c
│ │ │ │ ├── lv_font_roboto_28_compressed.c
│ │ │ │ ├── lv_font_unscii_8.c
│ │ │ │ └── lv_symbol_def.h
│ │ │ ├── lv_hal
│ │ │ │ ├── lv_hal.h
│ │ │ │ ├── lv_hal.mk
│ │ │ │ ├── lv_hal_disp.c
│ │ │ │ ├── lv_hal_disp.h
│ │ │ │ ├── lv_hal_indev.c
│ │ │ │ ├── lv_hal_indev.h
│ │ │ │ ├── lv_hal_tick.c
│ │ │ │ └── lv_hal_tick.h
│ │ │ ├── lv_misc
│ │ │ │ ├── lv_anim.c
│ │ │ │ ├── lv_anim.h
│ │ │ │ ├── lv_area.c
│ │ │ │ ├── lv_area.h
│ │ │ │ ├── lv_async.c
│ │ │ │ ├── lv_async.h
│ │ │ │ ├── lv_bidi.c
│ │ │ │ ├── lv_bidi.h
│ │ │ │ ├── lv_circ.c
│ │ │ │ ├── lv_circ.h
│ │ │ │ ├── lv_color.c
│ │ │ │ ├── lv_color.h
│ │ │ │ ├── lv_fs.c
│ │ │ │ ├── lv_fs.h
│ │ │ │ ├── lv_gc.c
│ │ │ │ ├── lv_gc.h
│ │ │ │ ├── lv_ll.c
│ │ │ │ ├── lv_ll.h
│ │ │ │ ├── lv_log.c
│ │ │ │ ├── lv_log.h
│ │ │ │ ├── lv_math.c
│ │ │ │ ├── lv_math.h
│ │ │ │ ├── lv_mem.c
│ │ │ │ ├── lv_mem.h
│ │ │ │ ├── lv_misc.mk
│ │ │ │ ├── lv_printf.c
│ │ │ │ ├── lv_printf.h
│ │ │ │ ├── lv_task.c
│ │ │ │ ├── lv_task.h
│ │ │ │ ├── lv_templ.c
│ │ │ │ ├── lv_templ.h
│ │ │ │ ├── lv_txt.c
│ │ │ │ ├── lv_txt.h
│ │ │ │ ├── lv_types.h
│ │ │ │ ├── lv_utils.c
│ │ │ │ └── lv_utils.h
│ │ │ ├── lv_objx
│ │ │ │ ├── lv_arc.c
│ │ │ │ ├── lv_arc.h
│ │ │ │ ├── lv_bar.c
│ │ │ │ ├── lv_bar.h
│ │ │ │ ├── lv_btn.c
│ │ │ │ ├── lv_btn.h
│ │ │ │ ├── lv_btnm.c
│ │ │ │ ├── lv_btnm.h
│ │ │ │ ├── lv_calendar.c
│ │ │ │ ├── lv_calendar.h
│ │ │ │ ├── lv_canvas.c
│ │ │ │ ├── lv_canvas.h
│ │ │ │ ├── lv_cb.c
│ │ │ │ ├── lv_cb.h
│ │ │ │ ├── lv_chart.c
│ │ │ │ ├── lv_chart.h
│ │ │ │ ├── lv_cont.c
│ │ │ │ ├── lv_cont.h
│ │ │ │ ├── lv_cpicker.c
│ │ │ │ ├── lv_cpicker.h
│ │ │ │ ├── lv_ddlist.c
│ │ │ │ ├── lv_ddlist.h
│ │ │ │ ├── lv_gauge.c
│ │ │ │ ├── lv_gauge.h
│ │ │ │ ├── lv_img.c
│ │ │ │ ├── lv_img.h
│ │ │ │ ├── lv_imgbtn.c
│ │ │ │ ├── lv_imgbtn.h
│ │ │ │ ├── lv_kb.c
│ │ │ │ ├── lv_kb.h
│ │ │ │ ├── lv_label.c
│ │ │ │ ├── lv_label.h
│ │ │ │ ├── lv_led.c
│ │ │ │ ├── lv_led.h
│ │ │ │ ├── lv_line.c
│ │ │ │ ├── lv_line.h
│ │ │ │ ├── lv_list.c
│ │ │ │ ├── lv_list.h
│ │ │ │ ├── lv_lmeter.c
│ │ │ │ ├── lv_lmeter.h
│ │ │ │ ├── lv_mbox.c
│ │ │ │ ├── lv_mbox.h
│ │ │ │ ├── lv_objx.mk
│ │ │ │ ├── lv_objx_templ.c
│ │ │ │ ├── lv_objx_templ.h
│ │ │ │ ├── lv_page.c
│ │ │ │ ├── lv_page.h
│ │ │ │ ├── lv_preload.c
│ │ │ │ ├── lv_preload.h
│ │ │ │ ├── lv_roller.c
│ │ │ │ ├── lv_roller.h
│ │ │ │ ├── lv_slider.c
│ │ │ │ ├── lv_slider.h
│ │ │ │ ├── lv_spinbox.c
│ │ │ │ ├── lv_spinbox.h
│ │ │ │ ├── lv_sw.c
│ │ │ │ ├── lv_sw.h
│ │ │ │ ├── lv_ta.c
│ │ │ │ ├── lv_ta.h
│ │ │ │ ├── lv_table.c
│ │ │ │ ├── lv_table.h
│ │ │ │ ├── lv_tabview.c
│ │ │ │ ├── lv_tabview.h
│ │ │ │ ├── lv_tileview.c
│ │ │ │ ├── lv_tileview.h
│ │ │ │ ├── lv_win.c
│ │ │ │ └── lv_win.h
│ │ │ ├── lv_themes
│ │ │ │ ├── lv_theme.c
│ │ │ │ ├── lv_theme.h
│ │ │ │ ├── lv_theme_alien.c
│ │ │ │ ├── lv_theme_alien.h
│ │ │ │ ├── lv_theme_default.c
│ │ │ │ ├── lv_theme_default.h
│ │ │ │ ├── lv_theme_material.c
│ │ │ │ ├── lv_theme_material.h
│ │ │ │ ├── lv_theme_mono.c
│ │ │ │ ├── lv_theme_mono.h
│ │ │ │ ├── lv_theme_nemo.c
│ │ │ │ ├── lv_theme_nemo.h
│ │ │ │ ├── lv_theme_night.c
│ │ │ │ ├── lv_theme_night.h
│ │ │ │ ├── lv_theme_templ.c
│ │ │ │ ├── lv_theme_templ.h
│ │ │ │ ├── lv_theme_zen.c
│ │ │ │ ├── lv_theme_zen.h
│ │ │ │ └── lv_themes.mk
│ │ │ └── lv_version.h
│ │ ├── main.c
│ │ ├── main.h
│ │ └── tupian.c
│ ├── CSL
│ │ ├── CMSIS
│ │ │ ├── CoreSupport
│ │ │ │ ├── arm_common_tables.h
│ │ │ │ ├── arm_const_structs.h
│ │ │ │ ├── arm_math.h
│ │ │ │ ├── core_cm0.h
│ │ │ │ ├── core_cm0plus.h
│ │ │ │ ├── core_cm3.h
│ │ │ │ ├── core_cm4.h
│ │ │ │ ├── core_cm7.h
│ │ │ │ ├── core_cmFunc.h
│ │ │ │ ├── core_cmInstr.h
│ │ │ │ └── core_cmSimd.h
│ │ │ ├── DSP_Lib
│ │ │ │ ├── BasicMathFunctions
│ │ │ │ │ ├── arm_abs_f32.c
│ │ │ │ │ ├── arm_abs_q15.c
│ │ │ │ │ ├── arm_abs_q31.c
│ │ │ │ │ ├── arm_abs_q7.c
│ │ │ │ │ ├── arm_add_f32.c
│ │ │ │ │ ├── arm_add_q15.c
│ │ │ │ │ ├── arm_add_q31.c
│ │ │ │ │ ├── arm_add_q7.c
│ │ │ │ │ ├── arm_dot_prod_f32.c
│ │ │ │ │ ├── arm_dot_prod_q15.c
│ │ │ │ │ ├── arm_dot_prod_q31.c
│ │ │ │ │ ├── arm_dot_prod_q7.c
│ │ │ │ │ ├── arm_mult_f32.c
│ │ │ │ │ ├── arm_mult_q15.c
│ │ │ │ │ ├── arm_mult_q31.c
│ │ │ │ │ ├── arm_mult_q7.c
│ │ │ │ │ ├── arm_negate_f32.c
│ │ │ │ │ ├── arm_negate_q15.c
│ │ │ │ │ ├── arm_negate_q31.c
│ │ │ │ │ ├── arm_negate_q7.c
│ │ │ │ │ ├── arm_offset_f32.c
│ │ │ │ │ ├── arm_offset_q15.c
│ │ │ │ │ ├── arm_offset_q31.c
│ │ │ │ │ ├── arm_offset_q7.c
│ │ │ │ │ ├── arm_scale_f32.c
│ │ │ │ │ ├── arm_scale_q15.c
│ │ │ │ │ ├── arm_scale_q31.c
│ │ │ │ │ ├── arm_scale_q7.c
│ │ │ │ │ ├── arm_shift_q15.c
│ │ │ │ │ ├── arm_shift_q31.c
│ │ │ │ │ ├── arm_shift_q7.c
│ │ │ │ │ ├── arm_sub_f32.c
│ │ │ │ │ ├── arm_sub_q15.c
│ │ │ │ │ ├── arm_sub_q31.c
│ │ │ │ │ └── arm_sub_q7.c
│ │ │ │ ├── CommonTables
│ │ │ │ │ ├── arm_common_tables.c
│ │ │ │ │ └── arm_const_structs.c
│ │ │ │ ├── ComplexMathFunctions
│ │ │ │ │ ├── arm_cmplx_conj_f32.c
│ │ │ │ │ ├── arm_cmplx_conj_q15.c
│ │ │ │ │ ├── arm_cmplx_conj_q31.c
│ │ │ │ │ ├── arm_cmplx_dot_prod_f32.c
│ │ │ │ │ ├── arm_cmplx_dot_prod_q15.c
│ │ │ │ │ ├── arm_cmplx_dot_prod_q31.c
│ │ │ │ │ ├── arm_cmplx_mag_f32.c
│ │ │ │ │ ├── arm_cmplx_mag_q15.c
│ │ │ │ │ ├── arm_cmplx_mag_q31.c
│ │ │ │ │ ├── arm_cmplx_mag_squared_f32.c
│ │ │ │ │ ├── arm_cmplx_mag_squared_q15.c
│ │ │ │ │ ├── arm_cmplx_mag_squared_q31.c
│ │ │ │ │ ├── arm_cmplx_mult_cmplx_f32.c
│ │ │ │ │ ├── arm_cmplx_mult_cmplx_q15.c
│ │ │ │ │ ├── arm_cmplx_mult_cmplx_q31.c
│ │ │ │ │ ├── arm_cmplx_mult_real_f32.c
│ │ │ │ │ ├── arm_cmplx_mult_real_q15.c
│ │ │ │ │ └── arm_cmplx_mult_real_q31.c
│ │ │ │ ├── ControllerFunctions
│ │ │ │ │ ├── arm_pid_init_f32.c
│ │ │ │ │ ├── arm_pid_init_q15.c
│ │ │ │ │ ├── arm_pid_init_q31.c
│ │ │ │ │ ├── arm_pid_reset_f32.c
│ │ │ │ │ ├── arm_pid_reset_q15.c
│ │ │ │ │ ├── arm_pid_reset_q31.c
│ │ │ │ │ ├── arm_sin_cos_f32.c
│ │ │ │ │ └── arm_sin_cos_q31.c
│ │ │ │ ├── FastMathFunctions
│ │ │ │ │ ├── arm_cos_f32.c
│ │ │ │ │ ├── arm_cos_q15.c
│ │ │ │ │ ├── arm_cos_q31.c
│ │ │ │ │ ├── arm_sin_f32.c
│ │ │ │ │ ├── arm_sin_q15.c
│ │ │ │ │ ├── arm_sin_q31.c
│ │ │ │ │ ├── arm_sqrt_q15.c
│ │ │ │ │ └── arm_sqrt_q31.c
│ │ │ │ ├── FilteringFunctions
│ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_init_q31.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_q31.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_f32.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q15.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q31.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_init_f32.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_init_q15.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_init_q31.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_q15.c
│ │ │ │ │ ├── arm_biquad_cascade_df1_q31.c
│ │ │ │ │ ├── arm_biquad_cascade_df2T_f32.c
│ │ │ │ │ ├── arm_biquad_cascade_df2T_f64.c
│ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f32.c
│ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f64.c
│ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_f32.c
│ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_init_f32.c
│ │ │ │ │ ├── arm_conv_f32.c
│ │ │ │ │ ├── arm_conv_fast_opt_q15.c
│ │ │ │ │ ├── arm_conv_fast_q15.c
│ │ │ │ │ ├── arm_conv_fast_q31.c
│ │ │ │ │ ├── arm_conv_opt_q15.c
│ │ │ │ │ ├── arm_conv_opt_q7.c
│ │ │ │ │ ├── arm_conv_partial_f32.c
│ │ │ │ │ ├── arm_conv_partial_fast_opt_q15.c
│ │ │ │ │ ├── arm_conv_partial_fast_q15.c
│ │ │ │ │ ├── arm_conv_partial_fast_q31.c
│ │ │ │ │ ├── arm_conv_partial_opt_q15.c
│ │ │ │ │ ├── arm_conv_partial_opt_q7.c
│ │ │ │ │ ├── arm_conv_partial_q15.c
│ │ │ │ │ ├── arm_conv_partial_q31.c
│ │ │ │ │ ├── arm_conv_partial_q7.c
│ │ │ │ │ ├── arm_conv_q15.c
│ │ │ │ │ ├── arm_conv_q31.c
│ │ │ │ │ ├── arm_conv_q7.c
│ │ │ │ │ ├── arm_correlate_f32.c
│ │ │ │ │ ├── arm_correlate_fast_opt_q15.c
│ │ │ │ │ ├── arm_correlate_fast_q15.c
│ │ │ │ │ ├── arm_correlate_fast_q31.c
│ │ │ │ │ ├── arm_correlate_opt_q15.c
│ │ │ │ │ ├── arm_correlate_opt_q7.c
│ │ │ │ │ ├── arm_correlate_q15.c
│ │ │ │ │ ├── arm_correlate_q31.c
│ │ │ │ │ ├── arm_correlate_q7.c
│ │ │ │ │ ├── arm_fir_decimate_f32.c
│ │ │ │ │ ├── arm_fir_decimate_fast_q15.c
│ │ │ │ │ ├── arm_fir_decimate_fast_q31.c
│ │ │ │ │ ├── arm_fir_decimate_init_f32.c
│ │ │ │ │ ├── arm_fir_decimate_init_q15.c
│ │ │ │ │ ├── arm_fir_decimate_init_q31.c
│ │ │ │ │ ├── arm_fir_decimate_q15.c
│ │ │ │ │ ├── arm_fir_decimate_q31.c
│ │ │ │ │ ├── arm_fir_f32.c
│ │ │ │ │ ├── arm_fir_fast_q15.c
│ │ │ │ │ ├── arm_fir_fast_q31.c
│ │ │ │ │ ├── arm_fir_init_f32.c
│ │ │ │ │ ├── arm_fir_init_q15.c
│ │ │ │ │ ├── arm_fir_init_q31.c
│ │ │ │ │ ├── arm_fir_init_q7.c
│ │ │ │ │ ├── arm_fir_interpolate_f32.c
│ │ │ │ │ ├── arm_fir_interpolate_init_f32.c
│ │ │ │ │ ├── arm_fir_interpolate_init_q15.c
│ │ │ │ │ ├── arm_fir_interpolate_init_q31.c
│ │ │ │ │ ├── arm_fir_interpolate_q15.c
│ │ │ │ │ ├── arm_fir_interpolate_q31.c
│ │ │ │ │ ├── arm_fir_lattice_f32.c
│ │ │ │ │ ├── arm_fir_lattice_init_f32.c
│ │ │ │ │ ├── arm_fir_lattice_init_q15.c
│ │ │ │ │ ├── arm_fir_lattice_init_q31.c
│ │ │ │ │ ├── arm_fir_lattice_q15.c
│ │ │ │ │ ├── arm_fir_lattice_q31.c
│ │ │ │ │ ├── arm_fir_q15.c
│ │ │ │ │ ├── arm_fir_q31.c
│ │ │ │ │ ├── arm_fir_q7.c
│ │ │ │ │ ├── arm_fir_sparse_f32.c
│ │ │ │ │ ├── arm_fir_sparse_init_f32.c
│ │ │ │ │ ├── arm_fir_sparse_init_q15.c
│ │ │ │ │ ├── arm_fir_sparse_init_q31.c
│ │ │ │ │ ├── arm_fir_sparse_init_q7.c
│ │ │ │ │ ├── arm_fir_sparse_q15.c
│ │ │ │ │ ├── arm_fir_sparse_q31.c
│ │ │ │ │ ├── arm_fir_sparse_q7.c
│ │ │ │ │ ├── arm_iir_lattice_f32.c
│ │ │ │ │ ├── arm_iir_lattice_init_f32.c
│ │ │ │ │ ├── arm_iir_lattice_init_q15.c
│ │ │ │ │ ├── arm_iir_lattice_init_q31.c
│ │ │ │ │ ├── arm_iir_lattice_q15.c
│ │ │ │ │ ├── arm_iir_lattice_q31.c
│ │ │ │ │ ├── arm_lms_f32.c
│ │ │ │ │ ├── arm_lms_init_f32.c
│ │ │ │ │ ├── arm_lms_init_q15.c
│ │ │ │ │ ├── arm_lms_init_q31.c
│ │ │ │ │ ├── arm_lms_norm_f32.c
│ │ │ │ │ ├── arm_lms_norm_init_f32.c
│ │ │ │ │ ├── arm_lms_norm_init_q15.c
│ │ │ │ │ ├── arm_lms_norm_init_q31.c
│ │ │ │ │ ├── arm_lms_norm_q15.c
│ │ │ │ │ ├── arm_lms_norm_q31.c
│ │ │ │ │ ├── arm_lms_q15.c
│ │ │ │ │ └── arm_lms_q31.c
│ │ │ │ ├── MatrixFunctions
│ │ │ │ │ ├── arm_mat_add_f32.c
│ │ │ │ │ ├── arm_mat_add_q15.c
│ │ │ │ │ ├── arm_mat_add_q31.c
│ │ │ │ │ ├── arm_mat_cmplx_mult_f32.c
│ │ │ │ │ ├── arm_mat_cmplx_mult_q15.c
│ │ │ │ │ ├── arm_mat_cmplx_mult_q31.c
│ │ │ │ │ ├── arm_mat_init_f32.c
│ │ │ │ │ ├── arm_mat_init_q15.c
│ │ │ │ │ ├── arm_mat_init_q31.c
│ │ │ │ │ ├── arm_mat_inverse_f32.c
│ │ │ │ │ ├── arm_mat_inverse_f64.c
│ │ │ │ │ ├── arm_mat_mult_f32.c
│ │ │ │ │ ├── arm_mat_mult_fast_q15.c
│ │ │ │ │ ├── arm_mat_mult_fast_q31.c
│ │ │ │ │ ├── arm_mat_mult_q15.c
│ │ │ │ │ ├── arm_mat_mult_q31.c
│ │ │ │ │ ├── arm_mat_scale_f32.c
│ │ │ │ │ ├── arm_mat_scale_q15.c
│ │ │ │ │ ├── arm_mat_scale_q31.c
│ │ │ │ │ ├── arm_mat_sub_f32.c
│ │ │ │ │ ├── arm_mat_sub_q15.c
│ │ │ │ │ ├── arm_mat_sub_q31.c
│ │ │ │ │ ├── arm_mat_trans_f32.c
│ │ │ │ │ ├── arm_mat_trans_q15.c
│ │ │ │ │ └── arm_mat_trans_q31.c
│ │ │ │ ├── StatisticsFunctions
│ │ │ │ │ ├── arm_max_f32.c
│ │ │ │ │ ├── arm_max_q15.c
│ │ │ │ │ ├── arm_max_q31.c
│ │ │ │ │ ├── arm_max_q7.c
│ │ │ │ │ ├── arm_mean_f32.c
│ │ │ │ │ ├── arm_mean_q15.c
│ │ │ │ │ ├── arm_mean_q31.c
│ │ │ │ │ ├── arm_mean_q7.c
│ │ │ │ │ ├── arm_min_f32.c
│ │ │ │ │ ├── arm_min_q15.c
│ │ │ │ │ ├── arm_min_q31.c
│ │ │ │ │ ├── arm_min_q7.c
│ │ │ │ │ ├── arm_power_f32.c
│ │ │ │ │ ├── arm_power_q15.c
│ │ │ │ │ ├── arm_power_q31.c
│ │ │ │ │ ├── arm_power_q7.c
│ │ │ │ │ ├── arm_rms_f32.c
│ │ │ │ │ ├── arm_rms_q15.c
│ │ │ │ │ ├── arm_rms_q31.c
│ │ │ │ │ ├── arm_std_f32.c
│ │ │ │ │ ├── arm_std_q15.c
│ │ │ │ │ ├── arm_std_q31.c
│ │ │ │ │ ├── arm_var_f32.c
│ │ │ │ │ ├── arm_var_q15.c
│ │ │ │ │ └── arm_var_q31.c
│ │ │ │ ├── SupportFunctions
│ │ │ │ │ ├── arm_copy_f32.c
│ │ │ │ │ ├── arm_copy_q15.c
│ │ │ │ │ ├── arm_copy_q31.c
│ │ │ │ │ ├── arm_copy_q7.c
│ │ │ │ │ ├── arm_fill_f32.c
│ │ │ │ │ ├── arm_fill_q15.c
│ │ │ │ │ ├── arm_fill_q31.c
│ │ │ │ │ ├── arm_fill_q7.c
│ │ │ │ │ ├── arm_float_to_q15.c
│ │ │ │ │ ├── arm_float_to_q31.c
│ │ │ │ │ ├── arm_float_to_q7.c
│ │ │ │ │ ├── arm_q15_to_float.c
│ │ │ │ │ ├── arm_q15_to_q31.c
│ │ │ │ │ ├── arm_q15_to_q7.c
│ │ │ │ │ ├── arm_q31_to_float.c
│ │ │ │ │ ├── arm_q31_to_q15.c
│ │ │ │ │ ├── arm_q31_to_q7.c
│ │ │ │ │ ├── arm_q7_to_float.c
│ │ │ │ │ ├── arm_q7_to_q15.c
│ │ │ │ │ └── arm_q7_to_q31.c
│ │ │ │ └── TransformFunctions
│ │ │ │ ├── arm_bitreversal.c
│ │ │ │ ├── arm_bitreversal2.S
│ │ │ │ ├── arm_cfft_f32.c
│ │ │ │ ├── arm_cfft_q15.c
│ │ │ │ ├── arm_cfft_q31.c
│ │ │ │ ├── arm_cfft_radix2_f32.c
│ │ │ │ ├── arm_cfft_radix2_init_f32.c
│ │ │ │ ├── arm_cfft_radix2_init_q15.c
│ │ │ │ ├── arm_cfft_radix2_init_q31.c
│ │ │ │ ├── arm_cfft_radix2_q15.c
│ │ │ │ ├── arm_cfft_radix2_q31.c
│ │ │ │ ├── arm_cfft_radix4_f32.c
│ │ │ │ ├── arm_cfft_radix4_init_f32.c
│ │ │ │ ├── arm_cfft_radix4_init_q15.c
│ │ │ │ ├── arm_cfft_radix4_init_q31.c
│ │ │ │ ├── arm_cfft_radix4_q15.c
│ │ │ │ ├── arm_cfft_radix4_q31.c
│ │ │ │ ├── arm_cfft_radix8_f32.c
│ │ │ │ ├── arm_dct4_f32.c
│ │ │ │ ├── arm_dct4_init_f32.c
│ │ │ │ ├── arm_dct4_init_q15.c
│ │ │ │ ├── arm_dct4_init_q31.c
│ │ │ │ ├── arm_dct4_q15.c
│ │ │ │ ├── arm_dct4_q31.c
│ │ │ │ ├── arm_rfft_f32.c
│ │ │ │ ├── arm_rfft_fast_f32.c
│ │ │ │ ├── arm_rfft_fast_init_f32.c
│ │ │ │ ├── arm_rfft_init_f32.c
│ │ │ │ ├── arm_rfft_init_q15.c
│ │ │ │ ├── arm_rfft_init_q31.c
│ │ │ │ ├── arm_rfft_q15.c
│ │ │ │ └── arm_rfft_q31.c
│ │ │ └── DeviceSupport
│ │ │ ├── SWM320.h
│ │ │ ├── startup
│ │ │ │ ├── arm
│ │ │ │ │ └── startup_SWM320.s
│ │ │ │ ├── gcc
│ │ │ │ │ └── startup_SWM320.s
│ │ │ │ └── iar
│ │ │ │ └── startup_SWM320.s
│ │ │ ├── system_SWM320.c
│ │ │ └── system_SWM320.h
│ │ ├── SWM320_StdPeriph_Driver
│ │ │ ├── SWM320_adc.c
│ │ │ ├── SWM320_adc.h
│ │ │ ├── SWM320_can.c
│ │ │ ├── SWM320_can.h
│ │ │ ├── SWM320_crc.c
│ │ │ ├── SWM320_crc.h
│ │ │ ├── SWM320_dma.c
│ │ │ ├── SWM320_dma.h
│ │ │ ├── SWM320_exti.c
│ │ │ ├── SWM320_exti.h
│ │ │ ├── SWM320_flash.c
│ │ │ ├── SWM320_flash.h
│ │ │ ├── SWM320_gpio.c
│ │ │ ├── SWM320_gpio.h
│ │ │ ├── SWM320_i2c.c
│ │ │ ├── SWM320_i2c.h
│ │ │ ├── SWM320_lcd.c
│ │ │ ├── SWM320_lcd.h
│ │ │ ├── SWM320_norflash.c
│ │ │ ├── SWM320_norflash.h
│ │ │ ├── SWM320_port.c
│ │ │ ├── SWM320_port.h
│ │ │ ├── SWM320_pwm.c
│ │ │ ├── SWM320_pwm.h
│ │ │ ├── SWM320_rtc.c
│ │ │ ├── SWM320_rtc.h
│ │ │ ├── SWM320_sdio.c
│ │ │ ├── SWM320_sdio.h
│ │ │ ├── SWM320_sdram.c
│ │ │ ├── SWM320_sdram.h
│ │ │ ├── SWM320_spi.c
│ │ │ ├── SWM320_spi.h
│ │ │ ├── SWM320_sram.c
│ │ │ ├── SWM320_sram.h
│ │ │ ├── SWM320_timr.c
│ │ │ ├── SWM320_timr.h
│ │ │ ├── SWM320_uart.c
│ │ │ ├── SWM320_uart.h
│ │ │ ├── SWM320_wdt.c
│ │ │ └── SWM320_wdt.h
│ │ └── 用前必读.txt
│ ├── FATFS
│ │ ├── 00history.txt
│ │ ├── 00readme.txt
│ │ ├── diskio.c
│ │ ├── diskio.h
│ │ ├── ff.c
│ │ ├── ff.h
│ │ ├── ffconf.h
│ │ ├── ffsystem.c
│ │ ├── ffunicode.c
│ │ └── integer.h
│ ├── JLinkLog.txt
│ ├── JLinkSettings.ini
│ ├── RTE
│ │ └── _SWM320
│ │ └── RTE_Components.h
│ ├── SWM320_GUI.uvguix.Guan
│ ├── SWM320_GUI.uvoptx
│ ├── SWM320_GUI.uvprojx
│ ├── SWM320_StdPeriph_Driver.uvguix.Guan
│ ├── SWM320_StdPeriph_Driver.uvguix.kk
│ ├── SWM320_StdPeriph_Driver.uvoptx
│ ├── gui
│ │ ├── app_about.c
│ │ ├── app_calculator.c
│ │ ├── app_calendar.c
│ │ ├── app_chip.c
│ │ ├── app_clock.c
│ │ ├── app_explorer.c
│ │ ├── app_music.c
│ │ ├── app_switch.c
│ │ ├── app_weather.c
│ │ ├── gui.c
│ │ ├── gui.h
│ │ ├── loading.c
│ │ ├── mainmenu.c
│ │ ├── message_box.c
│ │ └── yahei11.c
│ ├── keilkill.bat
│ ├── out
│ │ ├── SWM320_GUI_SWM320.dep
│ │ ├── SWM320_StdPeriph_Driver_SWM320.dep
│ │ ├── SWM320_stdperiph_lib.asm
│ │ ├── SWM320_stdperiph_lib.axf
│ │ ├── SWM320_stdperiph_lib.bin
│ │ ├── SWM320_stdperiph_lib.build_log.htm
│ │ ├── SWM320_stdperiph_lib.htm
│ │ ├── SWM320_stdperiph_lib.lnp
│ │ ├── SWM320_stdperiph_lib.map
│ │ ├── SWM320_stdperiph_lib.sct
│ │ ├── SWM320_stdperiph_lib_sct.Bak
│ │ ├── app_about.crf
│ │ ├── app_about.d
│ │ ├── app_about.o
│ │ ├── app_calculator.crf
│ │ ├── app_calculator.d
│ │ ├── app_calculator.o
│ │ ├── app_calendar.crf
│ │ ├── app_calendar.d
│ │ ├── app_calendar.o
│ │ ├── app_chip.crf
│ │ ├── app_chip.d
│ │ ├── app_chip.o
│ │ ├── app_clock.crf
│ │ ├── app_clock.d
│ │ ├── app_clock.o
│ │ ├── app_explorer.crf
│ │ ├── app_explorer.d
│ │ ├── app_explorer.o
│ │ ├── app_music.crf
│ │ ├── app_music.d
│ │ ├── app_music.o
│ │ ├── app_switch.crf
│ │ ├── app_switch.d
│ │ ├── app_switch.o
│ │ ├── app_weather.crf
│ │ ├── app_weather.d
│ │ ├── app_weather.o
│ │ ├── demo.crf
│ │ ├── demo.d
│ │ ├── demo.o
│ │ ├── dev_gt911.crf
│ │ ├── dev_gt911.d
│ │ ├── dev_gt911.o
│ │ ├── dev_rgblcd.crf
│ │ ├── dev_rgblcd.d
│ │ ├── dev_rgblcd.o
│ │ ├── dev_rtc.crf
│ │ ├── dev_rtc.d
│ │ ├── dev_rtc.o
│ │ ├── dev_sdio.crf
│ │ ├── dev_sdio.d
│ │ ├── dev_sdio.o
│ │ ├── dev_systick.crf
│ │ ├── dev_systick.d
│ │ ├── dev_systick.o
│ │ ├── dev_uart.crf
│ │ ├── dev_uart.d
│ │ ├── dev_uart.o
│ │ ├── diskio.crf
│ │ ├── diskio.d
│ │ ├── diskio.o
│ │ ├── ff.crf
│ │ ├── ff.d
│ │ ├── ff.o
│ │ ├── ffunicode.crf
│ │ ├── ffunicode.d
│ │ ├── ffunicode.o
│ │ ├── gui.crf
│ │ ├── gui.d
│ │ ├── gui.o
│ │ ├── img_bubble_pattern.crf
│ │ ├── img_bubble_pattern.d
│ │ ├── img_bubble_pattern.o
│ │ ├── loading.crf
│ │ ├── loading.d
│ │ ├── loading.o
│ │ ├── lv_anim.crf
│ │ ├── lv_anim.d
│ │ ├── lv_anim.o
│ │ ├── lv_arc.crf
│ │ ├── lv_arc.d
│ │ ├── lv_arc.o
│ │ ├── lv_area.crf
│ │ ├── lv_area.d
│ │ ├── lv_area.o
│ │ ├── lv_async.crf
│ │ ├── lv_async.d
│ │ ├── lv_async.o
│ │ ├── lv_bar.crf
│ │ ├── lv_bar.d
│ │ ├── lv_bar.o
│ │ ├── lv_btn.crf
│ │ ├── lv_btn.d
│ │ ├── lv_btn.o
│ │ ├── lv_btnm.crf
│ │ ├── lv_btnm.d
│ │ ├── lv_btnm.o
│ │ ├── lv_calendar.crf
│ │ ├── lv_calendar.d
│ │ ├── lv_calendar.o
│ │ ├── lv_canvas.crf
│ │ ├── lv_canvas.d
│ │ ├── lv_canvas.o
│ │ ├── lv_cb.crf
│ │ ├── lv_cb.d
│ │ ├── lv_cb.o
│ │ ├── lv_chart.crf
│ │ ├── lv_chart.d
│ │ ├── lv_chart.o
│ │ ├── lv_circ.crf
│ │ ├── lv_circ.d
│ │ ├── lv_circ.o
│ │ ├── lv_color.crf
│ │ ├── lv_color.d
│ │ ├── lv_color.o
│ │ ├── lv_cont.crf
│ │ ├── lv_cont.d
│ │ ├── lv_cont.o
│ │ ├── lv_ddlist.crf
│ │ ├── lv_ddlist.d
│ │ ├── lv_ddlist.o
│ │ ├── lv_disp.crf
│ │ ├── lv_disp.d
│ │ ├── lv_disp.o
│ │ ├── lv_draw.crf
│ │ ├── lv_draw.d
│ │ ├── lv_draw.o
│ │ ├── lv_draw_arc.crf
│ │ ├── lv_draw_arc.d
│ │ ├── lv_draw_arc.o
│ │ ├── lv_draw_basic.crf
│ │ ├── lv_draw_basic.d
│ │ ├── lv_draw_basic.o
│ │ ├── lv_draw_img.crf
│ │ ├── lv_draw_img.d
│ │ ├── lv_draw_img.o
│ │ ├── lv_draw_label.crf
│ │ ├── lv_draw_label.d
│ │ ├── lv_draw_label.o
│ │ ├── lv_draw_line.crf
│ │ ├── lv_draw_line.d
│ │ ├── lv_draw_line.o
│ │ ├── lv_draw_rect.crf
│ │ ├── lv_draw_rect.d
│ │ ├── lv_draw_rect.o
│ │ ├── lv_draw_triangle.crf
│ │ ├── lv_draw_triangle.d
│ │ ├── lv_draw_triangle.o
│ │ ├── lv_font.crf
│ │ ├── lv_font.d
│ │ ├── lv_font.o
│ │ ├── lv_font_fmt_txt.crf
│ │ ├── lv_font_fmt_txt.d
│ │ ├── lv_font_fmt_txt.o
│ │ ├── lv_font_roboto_12.crf
│ │ ├── lv_font_roboto_12.d
│ │ ├── lv_font_roboto_12.o
│ │ ├── lv_font_roboto_16.crf
│ │ ├── lv_font_roboto_16.d
│ │ ├── lv_font_roboto_16.o
│ │ ├── lv_font_roboto_22.crf
│ │ ├── lv_font_roboto_22.d
│ │ ├── lv_font_roboto_22.o
│ │ ├── lv_font_roboto_28.crf
│ │ ├── lv_font_roboto_28.d
│ │ ├── lv_font_roboto_28.o
│ │ ├── lv_font_unscii_8.crf
│ │ ├── lv_font_unscii_8.d
│ │ ├── lv_font_unscii_8.o
│ │ ├── lv_fs.crf
│ │ ├── lv_fs.d
│ │ ├── lv_fs.o
│ │ ├── lv_gauge.crf
│ │ ├── lv_gauge.d
│ │ ├── lv_gauge.o
│ │ ├── lv_gc.crf
│ │ ├── lv_gc.d
│ │ ├── lv_gc.o
│ │ ├── lv_group.crf
│ │ ├── lv_group.d
│ │ ├── lv_group.o
│ │ ├── lv_hal_disp.crf
│ │ ├── lv_hal_disp.d
│ │ ├── lv_hal_disp.o
│ │ ├── lv_hal_indev.crf
│ │ ├── lv_hal_indev.d
│ │ ├── lv_hal_indev.o
│ │ ├── lv_hal_tick.crf
│ │ ├── lv_hal_tick.d
│ │ ├── lv_hal_tick.o
│ │ ├── lv_img.crf
│ │ ├── lv_img.d
│ │ ├── lv_img.o
│ │ ├── lv_img_cache.crf
│ │ ├── lv_img_cache.d
│ │ ├── lv_img_cache.o
│ │ ├── lv_img_decoder.crf
│ │ ├── lv_img_decoder.d
│ │ ├── lv_img_decoder.o
│ │ ├── lv_imgbtn.crf
│ │ ├── lv_imgbtn.d
│ │ ├── lv_imgbtn.o
│ │ ├── lv_indev.crf
│ │ ├── lv_indev.d
│ │ ├── lv_indev.o
│ │ ├── lv_kb.crf
│ │ ├── lv_kb.d
│ │ ├── lv_kb.o
│ │ ├── lv_label.crf
│ │ ├── lv_label.d
│ │ ├── lv_label.o
│ │ ├── lv_led.crf
│ │ ├── lv_led.d
│ │ ├── lv_led.o
│ │ ├── lv_line.crf
│ │ ├── lv_line.d
│ │ ├── lv_line.o
│ │ ├── lv_list.crf
│ │ ├── lv_list.d
│ │ ├── lv_list.o
│ │ ├── lv_ll.crf
│ │ ├── lv_ll.d
│ │ ├── lv_ll.o
│ │ ├── lv_lmeter.crf
│ │ ├── lv_lmeter.d
│ │ ├── lv_lmeter.o
│ │ ├── lv_log.crf
│ │ ├── lv_log.d
│ │ ├── lv_log.o
│ │ ├── lv_math.crf
│ │ ├── lv_math.d
│ │ ├── lv_math.o
│ │ ├── lv_mbox.crf
│ │ ├── lv_mbox.d
│ │ ├── lv_mbox.o
│ │ ├── lv_mem.crf
│ │ ├── lv_mem.d
│ │ ├── lv_mem.o
│ │ ├── lv_obj.crf
│ │ ├── lv_obj.d
│ │ ├── lv_obj.o
│ │ ├── lv_objx_templ.crf
│ │ ├── lv_objx_templ.d
│ │ ├── lv_objx_templ.o
│ │ ├── lv_page.crf
│ │ ├── lv_page.d
│ │ ├── lv_page.o
│ │ ├── lv_port_disp.crf
│ │ ├── lv_port_disp.d
│ │ ├── lv_port_disp.o
│ │ ├── lv_port_fs.crf
│ │ ├── lv_port_fs.d
│ │ ├── lv_port_fs.o
│ │ ├── lv_port_indev.crf
│ │ ├── lv_port_indev.d
│ │ ├── lv_port_indev.o
│ │ ├── lv_preload.crf
│ │ ├── lv_preload.d
│ │ ├── lv_preload.o
│ │ ├── lv_refr.crf
│ │ ├── lv_refr.d
│ │ ├── lv_refr.o
│ │ ├── lv_roller.crf
│ │ ├── lv_roller.d
│ │ ├── lv_roller.o
│ │ ├── lv_slider.crf
│ │ ├── lv_slider.d
│ │ ├── lv_slider.o
│ │ ├── lv_spinbox.crf
│ │ ├── lv_spinbox.d
│ │ ├── lv_spinbox.o
│ │ ├── lv_style.crf
│ │ ├── lv_style.d
│ │ ├── lv_style.o
│ │ ├── lv_sw.crf
│ │ ├── lv_sw.d
│ │ ├── lv_sw.o
│ │ ├── lv_ta.crf
│ │ ├── lv_ta.d
│ │ ├── lv_ta.o
│ │ ├── lv_table.crf
│ │ ├── lv_table.d
│ │ ├── lv_table.o
│ │ ├── lv_tabview.crf
│ │ ├── lv_tabview.d
│ │ ├── lv_tabview.o
│ │ ├── lv_task.crf
│ │ ├── lv_task.d
│ │ ├── lv_task.o
│ │ ├── lv_templ.crf
│ │ ├── lv_templ.d
│ │ ├── lv_templ.o
│ │ ├── lv_theme.crf
│ │ ├── lv_theme.d
│ │ ├── lv_theme.o
│ │ ├── lv_theme_alien.crf
│ │ ├── lv_theme_alien.d
│ │ ├── lv_theme_alien.o
│ │ ├── lv_theme_default.crf
│ │ ├── lv_theme_default.d
│ │ ├── lv_theme_default.o
│ │ ├── lv_theme_material.crf
│ │ ├── lv_theme_material.d
│ │ ├── lv_theme_material.o
│ │ ├── lv_theme_mono.crf
│ │ ├── lv_theme_mono.d
│ │ ├── lv_theme_mono.o
│ │ ├── lv_theme_nemo.crf
│ │ ├── lv_theme_nemo.d
│ │ ├── lv_theme_nemo.o
│ │ ├── lv_theme_night.crf
│ │ ├── lv_theme_night.d
│ │ ├── lv_theme_night.o
│ │ ├── lv_theme_templ.crf
│ │ ├── lv_theme_templ.d
│ │ ├── lv_theme_templ.o
│ │ ├── lv_theme_zen.crf
│ │ ├── lv_theme_zen.d
│ │ ├── lv_theme_zen.o
│ │ ├── lv_tileview.crf
│ │ ├── lv_tileview.d
│ │ ├── lv_tileview.o
│ │ ├── lv_txt.crf
│ │ ├── lv_txt.d
│ │ ├── lv_txt.o
│ │ ├── lv_utils.crf
│ │ ├── lv_utils.d
│ │ ├── lv_utils.o
│ │ ├── lv_win.crf
│ │ ├── lv_win.d
│ │ ├── lv_win.o
│ │ ├── main.crf
│ │ ├── main.d
│ │ ├── main.o
│ │ ├── mainmenu.crf
│ │ ├── mainmenu.d
│ │ ├── mainmenu.o
│ │ ├── message_box.crf
│ │ ├── message_box.d
│ │ ├── message_box.o
│ │ ├── sfud.crf
│ │ ├── sfud.d
│ │ ├── sfud.o
│ │ ├── sfud_port.crf
│ │ ├── sfud_port.d
│ │ ├── sfud_port.o
│ │ ├── sfud_sfdp.crf
│ │ ├── sfud_sfdp.d
│ │ ├── sfud_sfdp.o
│ │ ├── startup_swm320.d
│ │ ├── startup_swm320.lst
│ │ ├── startup_swm320.o
│ │ ├── swm320_adc.crf
│ │ ├── swm320_adc.d
│ │ ├── swm320_adc.o
│ │ ├── swm320_can.crf
│ │ ├── swm320_can.d
│ │ ├── swm320_can.o
│ │ ├── swm320_crc.crf
│ │ ├── swm320_crc.d
│ │ ├── swm320_crc.o
│ │ ├── swm320_dma.crf
│ │ ├── swm320_dma.d
│ │ ├── swm320_dma.o
│ │ ├── swm320_exti.crf
│ │ ├── swm320_exti.d
│ │ ├── swm320_exti.o
│ │ ├── swm320_flash.crf
│ │ ├── swm320_flash.d
│ │ ├── swm320_flash.o
│ │ ├── swm320_gpio.crf
│ │ ├── swm320_gpio.d
│ │ ├── swm320_gpio.o
│ │ ├── swm320_i2c.crf
│ │ ├── swm320_i2c.d
│ │ ├── swm320_i2c.o
│ │ ├── swm320_lcd.crf
│ │ ├── swm320_lcd.d
│ │ ├── swm320_lcd.o
│ │ ├── swm320_norflash.crf
│ │ ├── swm320_norflash.d
│ │ ├── swm320_norflash.o
│ │ ├── swm320_port.crf
│ │ ├── swm320_port.d
│ │ ├── swm320_port.o
│ │ ├── swm320_pwm.crf
│ │ ├── swm320_pwm.d
│ │ ├── swm320_pwm.o
│ │ ├── swm320_rtc.crf
│ │ ├── swm320_rtc.d
│ │ ├── swm320_rtc.o
│ │ ├── swm320_sdio.crf
│ │ ├── swm320_sdio.d
│ │ ├── swm320_sdio.o
│ │ ├── swm320_sdram.crf
│ │ ├── swm320_sdram.d
│ │ ├── swm320_sdram.o
│ │ ├── swm320_spi.crf
│ │ ├── swm320_spi.d
│ │ ├── swm320_spi.o
│ │ ├── swm320_sram.crf
│ │ ├── swm320_sram.d
│ │ ├── swm320_sram.o
│ │ ├── swm320_timr.crf
│ │ ├── swm320_timr.d
│ │ ├── swm320_timr.o
│ │ ├── swm320_uart.crf
│ │ ├── swm320_uart.d
│ │ ├── swm320_uart.o
│ │ ├── swm320_wdt.crf
│ │ ├── swm320_wdt.d
│ │ ├── swm320_wdt.o
│ │ ├── system_swm320.crf
│ │ ├── system_swm320.d
│ │ ├── system_swm320.o
│ │ ├── tupian.crf
│ │ ├── tupian.d
│ │ ├── tupian.o
│ │ ├── yahei11.crf
│ │ ├── yahei11.d
│ │ └── yahei11.o
│ ├── pic
│ │ ├── APP
│ │ │ ├── bsp
│ │ │ │ ├── dev_gt911.c
│ │ │ │ ├── dev_gt911.h
│ │ │ │ ├── dev_gt9147.c
│ │ │ │ ├── dev_gt9147.h
│ │ │ │ ├── dev_rgblcd.c
│ │ │ │ ├── dev_rgblcd.h
│ │ │ │ ├── dev_rtc.c
│ │ │ │ ├── dev_rtc.h
│ │ │ │ ├── dev_sdio.c
│ │ │ │ ├── dev_sdio.h
│ │ │ │ ├── dev_systick.c
│ │ │ │ ├── dev_systick.h
│ │ │ │ ├── dev_uart.c
│ │ │ │ └── dev_uart.h
│ │ │ ├── lv_examples
│ │ │ │ ├── README.md
│ │ │ │ ├── docs
│ │ │ │ │ ├── astyle_c
│ │ │ │ │ └── astyle_h
│ │ │ │ ├── lv_apps
│ │ │ │ │ ├── benchmark
│ │ │ │ │ │ ├── benchmark.c
│ │ │ │ │ │ ├── benchmark.h
│ │ │ │ │ │ ├── benchmark.mk
│ │ │ │ │ │ ├── benchmark_bg.c
│ │ │ │ │ │ └── benchmark_bg.png
│ │ │ │ │ ├── demo
│ │ │ │ │ │ ├── bubble_pattern.png
│ │ │ │ │ │ ├── demo.c
│ │ │ │ │ │ ├── demo.h
│ │ │ │ │ │ ├── demo.mk
│ │ │ │ │ │ └── img_bubble_pattern.c
│ │ │ │ │ ├── sysmon
│ │ │ │ │ │ ├── sysmon.c
│ │ │ │ │ │ ├── sysmon.h
│ │ │ │ │ │ └── sysmon.mk
│ │ │ │ │ ├── terminal
│ │ │ │ │ │ ├── terminal.c
│ │ │ │ │ │ ├── terminal.h
│ │ │ │ │ │ └── terminal.mk
│ │ │ │ │ └── tpcal
│ │ │ │ │ ├── tpcal.c
│ │ │ │ │ ├── tpcal.h
│ │ │ │ │ └── tpcal.mk
│ │ │ │ ├── lv_ex_conf.h
│ │ │ │ ├── lv_ex_conf_templ.h
│ │ │ │ ├── lv_examples.h
│ │ │ │ ├── lv_examples.mk
│ │ │ │ ├── lv_tests
│ │ │ │ │ ├── lv_test.h
│ │ │ │ │ ├── lv_test_group
│ │ │ │ │ │ ├── lv_test_group.c
│ │ │ │ │ │ ├── lv_test_group.h
│ │ │ │ │ │ ├── lv_test_group.mk
│ │ │ │ │ │ └── lv_test_group_1.png
│ │ │ │ │ ├── lv_test_misc
│ │ │ │ │ │ ├── lv_test_task.c
│ │ │ │ │ │ └── lv_test_task.h
│ │ │ │ │ ├── lv_test_obj
│ │ │ │ │ │ ├── lv_test_obj.c
│ │ │ │ │ │ ├── lv_test_obj.h
│ │ │ │ │ │ ├── lv_test_obj.mk
│ │ │ │ │ │ └── lv_test_object_1.png
│ │ │ │ │ ├── lv_test_objx
│ │ │ │ │ │ ├── lv_test_arc
│ │ │ │ │ │ │ ├── lv_test_arc.c
│ │ │ │ │ │ │ ├── lv_test_arc.h
│ │ │ │ │ │ │ ├── lv_test_arc.mk
│ │ │ │ │ │ │ └── lv_test_arc_1.png
│ │ │ │ │ │ ├── lv_test_bar
│ │ │ │ │ │ │ ├── lv_test_bar.c
│ │ │ │ │ │ │ ├── lv_test_bar.h
│ │ │ │ │ │ │ ├── lv_test_bar.mk
│ │ │ │ │ │ │ └── lv_test_bar_1.png
│ │ │ │ │ │ ├── lv_test_btn
│ │ │ │ │ │ │ ├── lv_test_btn.c
│ │ │ │ │ │ │ ├── lv_test_btn.h
│ │ │ │ │ │ │ ├── lv_test_btn.mk
│ │ │ │ │ │ │ └── lv_test_btn_1.png
│ │ │ │ │ │ ├── lv_test_btnm
│ │ │ │ │ │ │ ├── lv_test_btnm.c
│ │ │ │ │ │ │ ├── lv_test_btnm.h
│ │ │ │ │ │ │ ├── lv_test_btnm.mk
│ │ │ │ │ │ │ └── lv_test_btnm_1.png
│ │ │ │ │ │ ├── lv_test_canvas
│ │ │ │ │ │ │ ├── lv_test_canvas.c
│ │ │ │ │ │ │ ├── lv_test_canvas.h
│ │ │ │ │ │ │ ├── lv_test_canvas.mk
│ │ │ │ │ │ │ └── lv_test_canvas_1.png
│ │ │ │ │ │ ├── lv_test_cb
│ │ │ │ │ │ │ ├── lv_test_cb.c
│ │ │ │ │ │ │ ├── lv_test_cb.h
│ │ │ │ │ │ │ ├── lv_test_cb.mk
│ │ │ │ │ │ │ └── lv_test_cb_1.png
│ │ │ │ │ │ ├── lv_test_chart
│ │ │ │ │ │ │ ├── lv_test_chart.c
│ │ │ │ │ │ │ ├── lv_test_chart.h
│ │ │ │ │ │ │ ├── lv_test_chart.mk
│ │ │ │ │ │ │ └── lv_test_chart_1.png
│ │ │ │ │ │ ├── lv_test_cont
│ │ │ │ │ │ │ ├── lv_test_cont.c
│ │ │ │ │ │ │ ├── lv_test_cont.h
│ │ │ │ │ │ │ ├── lv_test_cont.mk
│ │ │ │ │ │ │ ├── lv_test_cont_1.png
│ │ │ │ │ │ │ └── lv_test_cont_2.png
│ │ │ │ │ │ ├── lv_test_ddlist
│ │ │ │ │ │ │ ├── lv_test_ddlist.c
│ │ │ │ │ │ │ ├── lv_test_ddlist.h
│ │ │ │ │ │ │ ├── lv_test_ddlist.mk
│ │ │ │ │ │ │ └── lv_test_ddlist_1.png
│ │ │ │ │ │ ├── lv_test_gauge
│ │ │ │ │ │ │ ├── lv_test_gauge.c
│ │ │ │ │ │ │ ├── lv_test_gauge.h
│ │ │ │ │ │ │ ├── lv_test_gauge.mk
│ │ │ │ │ │ │ └── lv_test_gauge_1.png
│ │ │ │ │ │ ├── lv_test_img
│ │ │ │ │ │ │ ├── flower_icon.png
│ │ │ │ │ │ │ ├── img_flower_icon.c
│ │ │ │ │ │ │ ├── lv_test_img.c
│ │ │ │ │ │ │ ├── lv_test_img.h
│ │ │ │ │ │ │ ├── lv_test_img.mk
│ │ │ │ │ │ │ └── lv_test_img_1.png
│ │ │ │ │ │ ├── lv_test_imgbtn
│ │ │ │ │ │ │ ├── imgbtn_img_1.c
│ │ │ │ │ │ │ ├── imgbtn_img_2.c
│ │ │ │ │ │ │ ├── imgbtn_img_3.c
│ │ │ │ │ │ │ ├── imgbtn_img_4.c
│ │ │ │ │ │ │ ├── lv_test_imgbtn.c
│ │ │ │ │ │ │ ├── lv_test_imgbtn.h
│ │ │ │ │ │ │ ├── lv_test_imgbtn.mk
│ │ │ │ │ │ │ └── lv_test_imgbtn_1.png
│ │ │ │ │ │ ├── lv_test_kb
│ │ │ │ │ │ │ ├── lv_test_kb.c
│ │ │ │ │ │ │ ├── lv_test_kb.h
│ │ │ │ │ │ │ ├── lv_test_kb.mk
│ │ │ │ │ │ │ ├── lv_test_kb_1.png
│ │ │ │ │ │ │ └── lv_test_kb_2.png
│ │ │ │ │ │ ├── lv_test_label
│ │ │ │ │ │ │ ├── lv_test_label.c
│ │ │ │ │ │ │ ├── lv_test_label.h
│ │ │ │ │ │ │ ├── lv_test_label.mk
│ │ │ │ │ │ │ ├── lv_test_label_1.png
│ │ │ │ │ │ │ ├── lv_test_label_2.png
│ │ │ │ │ │ │ ├── lv_test_label_3.png
│ │ │ │ │ │ │ └── lv_test_label_4.png
│ │ │ │ │ │ ├── lv_test_led
│ │ │ │ │ │ │ ├── lv_test_led.c
│ │ │ │ │ │ │ ├── lv_test_led.h
│ │ │ │ │ │ │ ├── lv_test_led.mk
│ │ │ │ │ │ │ └── lv_test_led_1.png
│ │ │ │ │ │ ├── lv_test_line
│ │ │ │ │ │ │ ├── lv_test_line.c
│ │ │ │ │ │ │ ├── lv_test_line.h
│ │ │ │ │ │ │ ├── lv_test_line.mk
│ │ │ │ │ │ │ └── lv_test_line_1.png
│ │ │ │ │ │ ├── lv_test_list
│ │ │ │ │ │ │ ├── lv_test_list.c
│ │ │ │ │ │ │ ├── lv_test_list.h
│ │ │ │ │ │ │ ├── lv_test_list.mk
│ │ │ │ │ │ │ └── lv_test_list_1.png
│ │ │ │ │ │ ├── lv_test_lmeter
│ │ │ │ │ │ │ ├── lv_test_lmeter.c
│ │ │ │ │ │ │ ├── lv_test_lmeter.h
│ │ │ │ │ │ │ ├── lv_test_lmeter.mk
│ │ │ │ │ │ │ └── lv_test_lmeter_1.png
│ │ │ │ │ │ ├── lv_test_mbox
│ │ │ │ │ │ │ ├── lv_test_mbox.c
│ │ │ │ │ │ │ ├── lv_test_mbox.h
│ │ │ │ │ │ │ ├── lv_test_mbox.mk
│ │ │ │ │ │ │ └── lv_test_mbox_1.png
│ │ │ │ │ │ ├── lv_test_page
│ │ │ │ │ │ │ ├── lv_test_page.c
│ │ │ │ │ │ │ ├── lv_test_page.h
│ │ │ │ │ │ │ ├── lv_test_page.mk
│ │ │ │ │ │ │ ├── lv_test_page_1.png
│ │ │ │ │ │ │ └── lv_test_page_2.png
│ │ │ │ │ │ ├── lv_test_preload
│ │ │ │ │ │ │ ├── lv_test_preload.c
│ │ │ │ │ │ │ ├── lv_test_preload.h
│ │ │ │ │ │ │ ├── lv_test_preload.mk
│ │ │ │ │ │ │ └── lv_test_preload_1.png
│ │ │ │ │ │ ├── lv_test_roller
│ │ │ │ │ │ │ ├── lv_test_roller.c
│ │ │ │ │ │ │ ├── lv_test_roller.h
│ │ │ │ │ │ │ ├── lv_test_roller.mk
│ │ │ │ │ │ │ └── lv_test_roller_1.png
│ │ │ │ │ │ ├── lv_test_slider
│ │ │ │ │ │ │ ├── lv_test_slider.c
│ │ │ │ │ │ │ ├── lv_test_slider.h
│ │ │ │ │ │ │ ├── lv_test_slider.mk
│ │ │ │ │ │ │ └── lv_test_slider_1.png
│ │ │ │ │ │ ├── lv_test_sw
│ │ │ │ │ │ │ ├── lv_test_sw.c
│ │ │ │ │ │ │ ├── lv_test_sw.h
│ │ │ │ │ │ │ ├── lv_test_sw.mk
│ │ │ │ │ │ │ └── lv_test_sw_1.png
│ │ │ │ │ │ ├── lv_test_ta
│ │ │ │ │ │ │ ├── lv_test_ta.c
│ │ │ │ │ │ │ ├── lv_test_ta.h
│ │ │ │ │ │ │ ├── lv_test_ta.mk
│ │ │ │ │ │ │ ├── lv_test_ta_1.png
│ │ │ │ │ │ │ └── lv_test_ta_2.png
│ │ │ │ │ │ ├── lv_test_table
│ │ │ │ │ │ │ ├── lv_test_table.c
│ │ │ │ │ │ │ ├── lv_test_table.h
│ │ │ │ │ │ │ ├── lv_test_table.mk
│ │ │ │ │ │ │ ├── lv_test_table_1.png
│ │ │ │ │ │ │ └── lv_test_table_2.png
│ │ │ │ │ │ ├── lv_test_tabview
│ │ │ │ │ │ │ ├── lv_test_tabview.c
│ │ │ │ │ │ │ ├── lv_test_tabview.h
│ │ │ │ │ │ │ ├── lv_test_tabview.mk
│ │ │ │ │ │ │ ├── lv_test_tabview_1.png
│ │ │ │ │ │ │ └── lv_test_tabview_2.png
│ │ │ │ │ │ ├── lv_test_tileview
│ │ │ │ │ │ │ ├── lv_test_tileview.c
│ │ │ │ │ │ │ ├── lv_test_tileview.h
│ │ │ │ │ │ │ ├── lv_test_tileview.mk
│ │ │ │ │ │ │ └── lv_test_tileview_1.gif
│ │ │ │ │ │ └── lv_test_win
│ │ │ │ │ │ ├── lv_test_win.c
│ │ │ │ │ │ ├── lv_test_win.h
│ │ │ │ │ │ ├── lv_test_win.mk
│ │ │ │ │ │ └── lv_test_win_1.png
│ │ │ │ │ ├── lv_test_stress
│ │ │ │ │ │ ├── lv_test_stress.c
│ │ │ │ │ │ ├── lv_test_stress.h
│ │ │ │ │ │ ├── lv_test_stress.mk
│ │ │ │ │ │ └── lv_test_stress.png
│ │ │ │ │ └── lv_test_theme
│ │ │ │ │ ├── lv_test_theme.mk
│ │ │ │ │ ├── lv_test_theme_1.c
│ │ │ │ │ ├── lv_test_theme_1.h
│ │ │ │ │ ├── lv_test_theme_1.png
│ │ │ │ │ ├── lv_test_theme_2.c
│ │ │ │ │ ├── lv_test_theme_2.h
│ │ │ │ │ └── lv_test_theme_2.png
│ │ │ │ └── lv_tutorial
│ │ │ │ ├── 10_keyboard
│ │ │ │ │ ├── lv_tutorial_keyboard.c
│ │ │ │ │ ├── lv_tutorial_keyboard.h
│ │ │ │ │ └── lv_tutorial_keyboard.mk
│ │ │ │ ├── 1_hello_world
│ │ │ │ │ ├── lv_tutorial_hello_world.c
│ │ │ │ │ ├── lv_tutorial_hello_world.h
│ │ │ │ │ └── lv_tutorial_hello_world.mk
│ │ │ │ ├── 2_objects
│ │ │ │ │ ├── lv_tutorial_objects.c
│ │ │ │ │ ├── lv_tutorial_objects.h
│ │ │ │ │ └── lv_tutorial_objects.mk
│ │ │ │ ├── 3_styles
│ │ │ │ │ ├── lv_tutorial_styles.c
│ │ │ │ │ ├── lv_tutorial_styles.h
│ │ │ │ │ └── lv_tutorial_styles.mk
│ │ │ │ ├── 4_themes
│ │ │ │ │ ├── lv_tutorial_themes.c
│ │ │ │ │ ├── lv_tutorial_themes.h
│ │ │ │ │ └── lv_tutorial_themes.mk
│ │ │ │ ├── 5_antialiasing
│ │ │ │ │ ├── apple.png
│ │ │ │ │ ├── apple_chroma.png
│ │ │ │ │ ├── apple_icon_alpha.c
│ │ │ │ │ ├── apple_icon_chroma.c
│ │ │ │ │ ├── lv_tutorial_antialiasing.c
│ │ │ │ │ ├── lv_tutorial_antialiasing.h
│ │ │ │ │ └── lv_tutorial_antialiasing.mk
│ │ │ │ ├── 6_images
│ │ │ │ │ ├── blue_flower.jpg
│ │ │ │ │ ├── blue_flower_16.bin
│ │ │ │ │ ├── blue_flower_16_swap.bin
│ │ │ │ │ ├── blue_flower_32.bin
│ │ │ │ │ ├── blue_flower_8.bin
│ │ │ │ │ ├── blue_rose_16.bin
│ │ │ │ │ ├── blue_rose_16.png
│ │ │ │ │ ├── flower_icon_alpha.bin
│ │ │ │ │ ├── flower_icon_alpha.c
│ │ │ │ │ ├── flower_icon_alpha.png
│ │ │ │ │ ├── lv_tutorial_images.c
│ │ │ │ │ ├── lv_tutorial_images.h
│ │ │ │ │ ├── lv_tutorial_images.mk
│ │ │ │ │ ├── red_flower.c
│ │ │ │ │ ├── red_flower.png
│ │ │ │ │ ├── red_rose_16.c
│ │ │ │ │ └── red_rose_16.png
│ │ │ │ ├── 7_fonts
│ │ │ │ │ ├── arial_20.c
│ │ │ │ │ ├── lv_tutorial_fonts.c
│ │ │ │ │ ├── lv_tutorial_fonts.h
│ │ │ │ │ └── lv_tutorial_fonts.mk
│ │ │ │ ├── 8_animations
│ │ │ │ │ ├── lv_tutorial_animations.c
│ │ │ │ │ ├── lv_tutorial_animations.h
│ │ │ │ │ └── lv_tutorial_animations.mk
│ │ │ │ └── 9_responsive
│ │ │ │ ├── lv_tutorial_responsive.c
│ │ │ │ ├── lv_tutorial_responsive.h
│ │ │ │ └── lv_tutorial_responsive.mk
│ │ │ ├── lvgl
│ │ │ │ ├── LICENCE.txt
│ │ │ │ ├── README.md
│ │ │ │ ├── docs
│ │ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ │ ├── CODING_STYLE.md
│ │ │ │ │ └── CONTRIBUTING.md
│ │ │ │ ├── library.json
│ │ │ │ ├── lv_conf.h
│ │ │ │ ├── lv_conf_template.h
│ │ │ │ ├── lvgl.h
│ │ │ │ ├── lvgl.mk
│ │ │ │ ├── porting
│ │ │ │ │ ├── lv_port_disp.c
│ │ │ │ │ ├── lv_port_disp.h
│ │ │ │ │ ├── lv_port_disp_template.c
│ │ │ │ │ ├── lv_port_disp_template.h
│ │ │ │ │ ├── lv_port_fs.c
│ │ │ │ │ ├── lv_port_fs.h
│ │ │ │ │ ├── lv_port_fs_template.c
│ │ │ │ │ ├── lv_port_fs_template.h
│ │ │ │ │ ├── lv_port_indev.c
│ │ │ │ │ ├── lv_port_indev.h
│ │ │ │ │ ├── lv_port_indev_template.c
│ │ │ │ │ └── lv_port_indev_template.h
│ │ │ │ ├── scripts
│ │ │ │ │ ├── Doxyfile
│ │ │ │ │ ├── built_in_font
│ │ │ │ │ │ ├── FontAwesome.ttf
│ │ │ │ │ │ ├── FontAwesome5-Solid Brands Regular.woff
│ │ │ │ │ │ ├── Roboto-Regular.woff
│ │ │ │ │ │ └── built_in_font_gen.py
│ │ │ │ │ ├── clang-formatter.sh
│ │ │ │ │ ├── cppcheck_run.sh
│ │ │ │ │ ├── lv_conf_checker.py
│ │ │ │ │ └── release_patch.py
│ │ │ │ └── src
│ │ │ │ ├── lv_conf_checker.h
│ │ │ │ ├── lv_core
│ │ │ │ │ ├── lv_core.mk
│ │ │ │ │ ├── lv_debug.c
│ │ │ │ │ ├── lv_debug.h
│ │ │ │ │ ├── lv_disp.c
│ │ │ │ │ ├── lv_disp.h
│ │ │ │ │ ├── lv_group.c
│ │ │ │ │ ├── lv_group.h
│ │ │ │ │ ├── lv_indev.c
│ │ │ │ │ ├── lv_indev.h
│ │ │ │ │ ├── lv_obj.c
│ │ │ │ │ ├── lv_obj.h
│ │ │ │ │ ├── lv_refr.c
│ │ │ │ │ ├── lv_refr.h
│ │ │ │ │ ├── lv_style.c
│ │ │ │ │ └── lv_style.h
│ │ │ │ ├── lv_draw
│ │ │ │ │ ├── lv_draw.c
│ │ │ │ │ ├── lv_draw.h
│ │ │ │ │ ├── lv_draw.mk
│ │ │ │ │ ├── lv_draw_arc.c
│ │ │ │ │ ├── lv_draw_arc.h
│ │ │ │ │ ├── lv_draw_basic.c
│ │ │ │ │ ├── lv_draw_basic.h
│ │ │ │ │ ├── lv_draw_img.c
│ │ │ │ │ ├── lv_draw_img.h
│ │ │ │ │ ├── lv_draw_label.c
│ │ │ │ │ ├── lv_draw_label.h
│ │ │ │ │ ├── lv_draw_line.c
│ │ │ │ │ ├── lv_draw_line.h
│ │ │ │ │ ├── lv_draw_rect.c
│ │ │ │ │ ├── lv_draw_rect.h
│ │ │ │ │ ├── lv_draw_triangle.c
│ │ │ │ │ ├── lv_draw_triangle.h
│ │ │ │ │ ├── lv_img_cache.c
│ │ │ │ │ ├── lv_img_cache.h
│ │ │ │ │ ├── lv_img_decoder.c
│ │ │ │ │ └── lv_img_decoder.h
│ │ │ │ ├── lv_font
│ │ │ │ │ ├── lv_font.c
│ │ │ │ │ ├── lv_font.h
│ │ │ │ │ ├── lv_font.mk
│ │ │ │ │ ├── lv_font_fmt_txt.c
│ │ │ │ │ ├── lv_font_fmt_txt.h
│ │ │ │ │ ├── lv_font_roboto_12.c
│ │ │ │ │ ├── lv_font_roboto_12_subpx.c
│ │ │ │ │ ├── lv_font_roboto_16.c
│ │ │ │ │ ├── lv_font_roboto_22.c
│ │ │ │ │ ├── lv_font_roboto_28.c
│ │ │ │ │ ├── lv_font_roboto_28_compressed.c
│ │ │ │ │ ├── lv_font_unscii_8.c
│ │ │ │ │ └── lv_symbol_def.h
│ │ │ │ ├── lv_hal
│ │ │ │ │ ├── lv_hal.h
│ │ │ │ │ ├── lv_hal.mk
│ │ │ │ │ ├── lv_hal_disp.c
│ │ │ │ │ ├── lv_hal_disp.h
│ │ │ │ │ ├── lv_hal_indev.c
│ │ │ │ │ ├── lv_hal_indev.h
│ │ │ │ │ ├── lv_hal_tick.c
│ │ │ │ │ └── lv_hal_tick.h
│ │ │ │ ├── lv_misc
│ │ │ │ │ ├── lv_anim.c
│ │ │ │ │ ├── lv_anim.h
│ │ │ │ │ ├── lv_area.c
│ │ │ │ │ ├── lv_area.h
│ │ │ │ │ ├── lv_async.c
│ │ │ │ │ ├── lv_async.h
│ │ │ │ │ ├── lv_bidi.c
│ │ │ │ │ ├── lv_bidi.h
│ │ │ │ │ ├── lv_circ.c
│ │ │ │ │ ├── lv_circ.h
│ │ │ │ │ ├── lv_color.c
│ │ │ │ │ ├── lv_color.h
│ │ │ │ │ ├── lv_fs.c
│ │ │ │ │ ├── lv_fs.h
│ │ │ │ │ ├── lv_gc.c
│ │ │ │ │ ├── lv_gc.h
│ │ │ │ │ ├── lv_ll.c
│ │ │ │ │ ├── lv_ll.h
│ │ │ │ │ ├── lv_log.c
│ │ │ │ │ ├── lv_log.h
│ │ │ │ │ ├── lv_math.c
│ │ │ │ │ ├── lv_math.h
│ │ │ │ │ ├── lv_mem.c
│ │ │ │ │ ├── lv_mem.h
│ │ │ │ │ ├── lv_misc.mk
│ │ │ │ │ ├── lv_printf.c
│ │ │ │ │ ├── lv_printf.h
│ │ │ │ │ ├── lv_task.c
│ │ │ │ │ ├── lv_task.h
│ │ │ │ │ ├── lv_templ.c
│ │ │ │ │ ├── lv_templ.h
│ │ │ │ │ ├── lv_txt.c
│ │ │ │ │ ├── lv_txt.h
│ │ │ │ │ ├── lv_types.h
│ │ │ │ │ ├── lv_utils.c
│ │ │ │ │ └── lv_utils.h
│ │ │ │ ├── lv_objx
│ │ │ │ │ ├── lv_arc.c
│ │ │ │ │ ├── lv_arc.h
│ │ │ │ │ ├── lv_bar.c
│ │ │ │ │ ├── lv_bar.h
│ │ │ │ │ ├── lv_btn.c
│ │ │ │ │ ├── lv_btn.h
│ │ │ │ │ ├── lv_btnm.c
│ │ │ │ │ ├── lv_btnm.h
│ │ │ │ │ ├── lv_calendar.c
│ │ │ │ │ ├── lv_calendar.h
│ │ │ │ │ ├── lv_canvas.c
│ │ │ │ │ ├── lv_canvas.h
│ │ │ │ │ ├── lv_cb.c
│ │ │ │ │ ├── lv_cb.h
│ │ │ │ │ ├── lv_chart.c
│ │ │ │ │ ├── lv_chart.h
│ │ │ │ │ ├── lv_cont.c
│ │ │ │ │ ├── lv_cont.h
│ │ │ │ │ ├── lv_cpicker.c
│ │ │ │ │ ├── lv_cpicker.h
│ │ │ │ │ ├── lv_ddlist.c
│ │ │ │ │ ├── lv_ddlist.h
│ │ │ │ │ ├── lv_gauge.c
│ │ │ │ │ ├── lv_gauge.h
│ │ │ │ │ ├── lv_img.c
│ │ │ │ │ ├── lv_img.h
│ │ │ │ │ ├── lv_imgbtn.c
│ │ │ │ │ ├── lv_imgbtn.h
│ │ │ │ │ ├── lv_kb.c
│ │ │ │ │ ├── lv_kb.h
│ │ │ │ │ ├── lv_label.c
│ │ │ │ │ ├── lv_label.h
│ │ │ │ │ ├── lv_led.c
│ │ │ │ │ ├── lv_led.h
│ │ │ │ │ ├── lv_line.c
│ │ │ │ │ ├── lv_line.h
│ │ │ │ │ ├── lv_list.c
│ │ │ │ │ ├── lv_list.h
│ │ │ │ │ ├── lv_lmeter.c
│ │ │ │ │ ├── lv_lmeter.h
│ │ │ │ │ ├── lv_mbox.c
│ │ │ │ │ ├── lv_mbox.h
│ │ │ │ │ ├── lv_objx.mk
│ │ │ │ │ ├── lv_objx_templ.c
│ │ │ │ │ ├── lv_objx_templ.h
│ │ │ │ │ ├── lv_page.c
│ │ │ │ │ ├── lv_page.h
│ │ │ │ │ ├── lv_preload.c
│ │ │ │ │ ├── lv_preload.h
│ │ │ │ │ ├── lv_roller.c
│ │ │ │ │ ├── lv_roller.h
│ │ │ │ │ ├── lv_slider.c
│ │ │ │ │ ├── lv_slider.h
│ │ │ │ │ ├── lv_spinbox.c
│ │ │ │ │ ├── lv_spinbox.h
│ │ │ │ │ ├── lv_sw.c
│ │ │ │ │ ├── lv_sw.h
│ │ │ │ │ ├── lv_ta.c
│ │ │ │ │ ├── lv_ta.h
│ │ │ │ │ ├── lv_table.c
│ │ │ │ │ ├── lv_table.h
│ │ │ │ │ ├── lv_tabview.c
│ │ │ │ │ ├── lv_tabview.h
│ │ │ │ │ ├── lv_tileview.c
│ │ │ │ │ ├── lv_tileview.h
│ │ │ │ │ ├── lv_win.c
│ │ │ │ │ └── lv_win.h
│ │ │ │ ├── lv_themes
│ │ │ │ │ ├── lv_theme.c
│ │ │ │ │ ├── lv_theme.h
│ │ │ │ │ ├── lv_theme_alien.c
│ │ │ │ │ ├── lv_theme_alien.h
│ │ │ │ │ ├── lv_theme_default.c
│ │ │ │ │ ├── lv_theme_default.h
│ │ │ │ │ ├── lv_theme_material.c
│ │ │ │ │ ├── lv_theme_material.h
│ │ │ │ │ ├── lv_theme_mono.c
│ │ │ │ │ ├── lv_theme_mono.h
│ │ │ │ │ ├── lv_theme_nemo.c
│ │ │ │ │ ├── lv_theme_nemo.h
│ │ │ │ │ ├── lv_theme_night.c
│ │ │ │ │ ├── lv_theme_night.h
│ │ │ │ │ ├── lv_theme_templ.c
│ │ │ │ │ ├── lv_theme_templ.h
│ │ │ │ │ ├── lv_theme_zen.c
│ │ │ │ │ ├── lv_theme_zen.h
│ │ │ │ │ └── lv_themes.mk
│ │ │ │ └── lv_version.h
│ │ │ ├── main.c
│ │ │ └── main.h
│ │ ├── CSL
│ │ │ ├── CMSIS
│ │ │ │ ├── CoreSupport
│ │ │ │ │ ├── arm_common_tables.h
│ │ │ │ │ ├── arm_const_structs.h
│ │ │ │ │ ├── arm_math.h
│ │ │ │ │ ├── core_cm0.h
│ │ │ │ │ ├── core_cm0plus.h
│ │ │ │ │ ├── core_cm3.h
│ │ │ │ │ ├── core_cm4.h
│ │ │ │ │ ├── core_cm7.h
│ │ │ │ │ ├── core_cmFunc.h
│ │ │ │ │ ├── core_cmInstr.h
│ │ │ │ │ └── core_cmSimd.h
│ │ │ │ ├── DSP_Lib
│ │ │ │ │ ├── BasicMathFunctions
│ │ │ │ │ │ ├── arm_abs_f32.c
│ │ │ │ │ │ ├── arm_abs_q15.c
│ │ │ │ │ │ ├── arm_abs_q31.c
│ │ │ │ │ │ ├── arm_abs_q7.c
│ │ │ │ │ │ ├── arm_add_f32.c
│ │ │ │ │ │ ├── arm_add_q15.c
│ │ │ │ │ │ ├── arm_add_q31.c
│ │ │ │ │ │ ├── arm_add_q7.c
│ │ │ │ │ │ ├── arm_dot_prod_f32.c
│ │ │ │ │ │ ├── arm_dot_prod_q15.c
│ │ │ │ │ │ ├── arm_dot_prod_q31.c
│ │ │ │ │ │ ├── arm_dot_prod_q7.c
│ │ │ │ │ │ ├── arm_mult_f32.c
│ │ │ │ │ │ ├── arm_mult_q15.c
│ │ │ │ │ │ ├── arm_mult_q31.c
│ │ │ │ │ │ ├── arm_mult_q7.c
│ │ │ │ │ │ ├── arm_negate_f32.c
│ │ │ │ │ │ ├── arm_negate_q15.c
│ │ │ │ │ │ ├── arm_negate_q31.c
│ │ │ │ │ │ ├── arm_negate_q7.c
│ │ │ │ │ │ ├── arm_offset_f32.c
│ │ │ │ │ │ ├── arm_offset_q15.c
│ │ │ │ │ │ ├── arm_offset_q31.c
│ │ │ │ │ │ ├── arm_offset_q7.c
│ │ │ │ │ │ ├── arm_scale_f32.c
│ │ │ │ │ │ ├── arm_scale_q15.c
│ │ │ │ │ │ ├── arm_scale_q31.c
│ │ │ │ │ │ ├── arm_scale_q7.c
│ │ │ │ │ │ ├── arm_shift_q15.c
│ │ │ │ │ │ ├── arm_shift_q31.c
│ │ │ │ │ │ ├── arm_shift_q7.c
│ │ │ │ │ │ ├── arm_sub_f32.c
│ │ │ │ │ │ ├── arm_sub_q15.c
│ │ │ │ │ │ ├── arm_sub_q31.c
│ │ │ │ │ │ └── arm_sub_q7.c
│ │ │ │ │ ├── CommonTables
│ │ │ │ │ │ ├── arm_common_tables.c
│ │ │ │ │ │ └── arm_const_structs.c
│ │ │ │ │ ├── ComplexMathFunctions
│ │ │ │ │ │ ├── arm_cmplx_conj_f32.c
│ │ │ │ │ │ ├── arm_cmplx_conj_q15.c
│ │ │ │ │ │ ├── arm_cmplx_conj_q31.c
│ │ │ │ │ │ ├── arm_cmplx_dot_prod_f32.c
│ │ │ │ │ │ ├── arm_cmplx_dot_prod_q15.c
│ │ │ │ │ │ ├── arm_cmplx_dot_prod_q31.c
│ │ │ │ │ │ ├── arm_cmplx_mag_f32.c
│ │ │ │ │ │ ├── arm_cmplx_mag_q15.c
│ │ │ │ │ │ ├── arm_cmplx_mag_q31.c
│ │ │ │ │ │ ├── arm_cmplx_mag_squared_f32.c
│ │ │ │ │ │ ├── arm_cmplx_mag_squared_q15.c
│ │ │ │ │ │ ├── arm_cmplx_mag_squared_q31.c
│ │ │ │ │ │ ├── arm_cmplx_mult_cmplx_f32.c
│ │ │ │ │ │ ├── arm_cmplx_mult_cmplx_q15.c
│ │ │ │ │ │ ├── arm_cmplx_mult_cmplx_q31.c
│ │ │ │ │ │ ├── arm_cmplx_mult_real_f32.c
│ │ │ │ │ │ ├── arm_cmplx_mult_real_q15.c
│ │ │ │ │ │ └── arm_cmplx_mult_real_q31.c
│ │ │ │ │ ├── ControllerFunctions
│ │ │ │ │ │ ├── arm_pid_init_f32.c
│ │ │ │ │ │ ├── arm_pid_init_q15.c
│ │ │ │ │ │ ├── arm_pid_init_q31.c
│ │ │ │ │ │ ├── arm_pid_reset_f32.c
│ │ │ │ │ │ ├── arm_pid_reset_q15.c
│ │ │ │ │ │ ├── arm_pid_reset_q31.c
│ │ │ │ │ │ ├── arm_sin_cos_f32.c
│ │ │ │ │ │ └── arm_sin_cos_q31.c
│ │ │ │ │ ├── FastMathFunctions
│ │ │ │ │ │ ├── arm_cos_f32.c
│ │ │ │ │ │ ├── arm_cos_q15.c
│ │ │ │ │ │ ├── arm_cos_q31.c
│ │ │ │ │ │ ├── arm_sin_f32.c
│ │ │ │ │ │ ├── arm_sin_q15.c
│ │ │ │ │ │ ├── arm_sin_q31.c
│ │ │ │ │ │ ├── arm_sqrt_q15.c
│ │ │ │ │ │ └── arm_sqrt_q31.c
│ │ │ │ │ ├── FilteringFunctions
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_init_q31.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_q31.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_f32.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q15.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q31.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_init_f32.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_init_q15.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_init_q31.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_q15.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df1_q31.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df2T_f32.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df2T_f64.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f32.c
│ │ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f64.c
│ │ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_f32.c
│ │ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_init_f32.c
│ │ │ │ │ │ ├── arm_conv_f32.c
│ │ │ │ │ │ ├── arm_conv_fast_opt_q15.c
│ │ │ │ │ │ ├── arm_conv_fast_q15.c
│ │ │ │ │ │ ├── arm_conv_fast_q31.c
│ │ │ │ │ │ ├── arm_conv_opt_q15.c
│ │ │ │ │ │ ├── arm_conv_opt_q7.c
│ │ │ │ │ │ ├── arm_conv_partial_f32.c
│ │ │ │ │ │ ├── arm_conv_partial_fast_opt_q15.c
│ │ │ │ │ │ ├── arm_conv_partial_fast_q15.c
│ │ │ │ │ │ ├── arm_conv_partial_fast_q31.c
│ │ │ │ │ │ ├── arm_conv_partial_opt_q15.c
│ │ │ │ │ │ ├── arm_conv_partial_opt_q7.c
│ │ │ │ │ │ ├── arm_conv_partial_q15.c
│ │ │ │ │ │ ├── arm_conv_partial_q31.c
│ │ │ │ │ │ ├── arm_conv_partial_q7.c
│ │ │ │ │ │ ├── arm_conv_q15.c
│ │ │ │ │ │ ├── arm_conv_q31.c
│ │ │ │ │ │ ├── arm_conv_q7.c
│ │ │ │ │ │ ├── arm_correlate_f32.c
│ │ │ │ │ │ ├── arm_correlate_fast_opt_q15.c
│ │ │ │ │ │ ├── arm_correlate_fast_q15.c
│ │ │ │ │ │ ├── arm_correlate_fast_q31.c
│ │ │ │ │ │ ├── arm_correlate_opt_q15.c
│ │ │ │ │ │ ├── arm_correlate_opt_q7.c
│ │ │ │ │ │ ├── arm_correlate_q15.c
│ │ │ │ │ │ ├── arm_correlate_q31.c
│ │ │ │ │ │ ├── arm_correlate_q7.c
│ │ │ │ │ │ ├── arm_fir_decimate_f32.c
│ │ │ │ │ │ ├── arm_fir_decimate_fast_q15.c
│ │ │ │ │ │ ├── arm_fir_decimate_fast_q31.c
│ │ │ │ │ │ ├── arm_fir_decimate_init_f32.c
│ │ │ │ │ │ ├── arm_fir_decimate_init_q15.c
│ │ │ │ │ │ ├── arm_fir_decimate_init_q31.c
│ │ │ │ │ │ ├── arm_fir_decimate_q15.c
│ │ │ │ │ │ ├── arm_fir_decimate_q31.c
│ │ │ │ │ │ ├── arm_fir_f32.c
│ │ │ │ │ │ ├── arm_fir_fast_q15.c
│ │ │ │ │ │ ├── arm_fir_fast_q31.c
│ │ │ │ │ │ ├── arm_fir_init_f32.c
│ │ │ │ │ │ ├── arm_fir_init_q15.c
│ │ │ │ │ │ ├── arm_fir_init_q31.c
│ │ │ │ │ │ ├── arm_fir_init_q7.c
│ │ │ │ │ │ ├── arm_fir_interpolate_f32.c
│ │ │ │ │ │ ├── arm_fir_interpolate_init_f32.c
│ │ │ │ │ │ ├── arm_fir_interpolate_init_q15.c
│ │ │ │ │ │ ├── arm_fir_interpolate_init_q31.c
│ │ │ │ │ │ ├── arm_fir_interpolate_q15.c
│ │ │ │ │ │ ├── arm_fir_interpolate_q31.c
│ │ │ │ │ │ ├── arm_fir_lattice_f32.c
│ │ │ │ │ │ ├── arm_fir_lattice_init_f32.c
│ │ │ │ │ │ ├── arm_fir_lattice_init_q15.c
│ │ │ │ │ │ ├── arm_fir_lattice_init_q31.c
│ │ │ │ │ │ ├── arm_fir_lattice_q15.c
│ │ │ │ │ │ ├── arm_fir_lattice_q31.c
│ │ │ │ │ │ ├── arm_fir_q15.c
│ │ │ │ │ │ ├── arm_fir_q31.c
│ │ │ │ │ │ ├── arm_fir_q7.c
│ │ │ │ │ │ ├── arm_fir_sparse_f32.c
│ │ │ │ │ │ ├── arm_fir_sparse_init_f32.c
│ │ │ │ │ │ ├── arm_fir_sparse_init_q15.c
│ │ │ │ │ │ ├── arm_fir_sparse_init_q31.c
│ │ │ │ │ │ ├── arm_fir_sparse_init_q7.c
│ │ │ │ │ │ ├── arm_fir_sparse_q15.c
│ │ │ │ │ │ ├── arm_fir_sparse_q31.c
│ │ │ │ │ │ ├── arm_fir_sparse_q7.c
│ │ │ │ │ │ ├── arm_iir_lattice_f32.c
│ │ │ │ │ │ ├── arm_iir_lattice_init_f32.c
│ │ │ │ │ │ ├── arm_iir_lattice_init_q15.c
│ │ │ │ │ │ ├── arm_iir_lattice_init_q31.c
│ │ │ │ │ │ ├── arm_iir_lattice_q15.c
│ │ │ │ │ │ ├── arm_iir_lattice_q31.c
│ │ │ │ │ │ ├── arm_lms_f32.c
│ │ │ │ │ │ ├── arm_lms_init_f32.c
│ │ │ │ │ │ ├── arm_lms_init_q15.c
│ │ │ │ │ │ ├── arm_lms_init_q31.c
│ │ │ │ │ │ ├── arm_lms_norm_f32.c
│ │ │ │ │ │ ├── arm_lms_norm_init_f32.c
│ │ │ │ │ │ ├── arm_lms_norm_init_q15.c
│ │ │ │ │ │ ├── arm_lms_norm_init_q31.c
│ │ │ │ │ │ ├── arm_lms_norm_q15.c
│ │ │ │ │ │ ├── arm_lms_norm_q31.c
│ │ │ │ │ │ ├── arm_lms_q15.c
│ │ │ │ │ │ └── arm_lms_q31.c
│ │ │ │ │ ├── MatrixFunctions
│ │ │ │ │ │ ├── arm_mat_add_f32.c
│ │ │ │ │ │ ├── arm_mat_add_q15.c
│ │ │ │ │ │ ├── arm_mat_add_q31.c
│ │ │ │ │ │ ├── arm_mat_cmplx_mult_f32.c
│ │ │ │ │ │ ├── arm_mat_cmplx_mult_q15.c
│ │ │ │ │ │ ├── arm_mat_cmplx_mult_q31.c
│ │ │ │ │ │ ├── arm_mat_init_f32.c
│ │ │ │ │ │ ├── arm_mat_init_q15.c
│ │ │ │ │ │ ├── arm_mat_init_q31.c
│ │ │ │ │ │ ├── arm_mat_inverse_f32.c
│ │ │ │ │ │ ├── arm_mat_inverse_f64.c
│ │ │ │ │ │ ├── arm_mat_mult_f32.c
│ │ │ │ │ │ ├── arm_mat_mult_fast_q15.c
│ │ │ │ │ │ ├── arm_mat_mult_fast_q31.c
│ │ │ │ │ │ ├── arm_mat_mult_q15.c
│ │ │ │ │ │ ├── arm_mat_mult_q31.c
│ │ │ │ │ │ ├── arm_mat_scale_f32.c
│ │ │ │ │ │ ├── arm_mat_scale_q15.c
│ │ │ │ │ │ ├── arm_mat_scale_q31.c
│ │ │ │ │ │ ├── arm_mat_sub_f32.c
│ │ │ │ │ │ ├── arm_mat_sub_q15.c
│ │ │ │ │ │ ├── arm_mat_sub_q31.c
│ │ │ │ │ │ ├── arm_mat_trans_f32.c
│ │ │ │ │ │ ├── arm_mat_trans_q15.c
│ │ │ │ │ │ └── arm_mat_trans_q31.c
│ │ │ │ │ ├── StatisticsFunctions
│ │ │ │ │ │ ├── arm_max_f32.c
│ │ │ │ │ │ ├── arm_max_q15.c
│ │ │ │ │ │ ├── arm_max_q31.c
│ │ │ │ │ │ ├── arm_max_q7.c
│ │ │ │ │ │ ├── arm_mean_f32.c
│ │ │ │ │ │ ├── arm_mean_q15.c
│ │ │ │ │ │ ├── arm_mean_q31.c
│ │ │ │ │ │ ├── arm_mean_q7.c
│ │ │ │ │ │ ├── arm_min_f32.c
│ │ │ │ │ │ ├── arm_min_q15.c
│ │ │ │ │ │ ├── arm_min_q31.c
│ │ │ │ │ │ ├── arm_min_q7.c
│ │ │ │ │ │ ├── arm_power_f32.c
│ │ │ │ │ │ ├── arm_power_q15.c
│ │ │ │ │ │ ├── arm_power_q31.c
│ │ │ │ │ │ ├── arm_power_q7.c
│ │ │ │ │ │ ├── arm_rms_f32.c
│ │ │ │ │ │ ├── arm_rms_q15.c
│ │ │ │ │ │ ├── arm_rms_q31.c
│ │ │ │ │ │ ├── arm_std_f32.c
│ │ │ │ │ │ ├── arm_std_q15.c
│ │ │ │ │ │ ├── arm_std_q31.c
│ │ │ │ │ │ ├── arm_var_f32.c
│ │ │ │ │ │ ├── arm_var_q15.c
│ │ │ │ │ │ └── arm_var_q31.c
│ │ │ │ │ ├── SupportFunctions
│ │ │ │ │ │ ├── arm_copy_f32.c
│ │ │ │ │ │ ├── arm_copy_q15.c
│ │ │ │ │ │ ├── arm_copy_q31.c
│ │ │ │ │ │ ├── arm_copy_q7.c
│ │ │ │ │ │ ├── arm_fill_f32.c
│ │ │ │ │ │ ├── arm_fill_q15.c
│ │ │ │ │ │ ├── arm_fill_q31.c
│ │ │ │ │ │ ├── arm_fill_q7.c
│ │ │ │ │ │ ├── arm_float_to_q15.c
│ │ │ │ │ │ ├── arm_float_to_q31.c
│ │ │ │ │ │ ├── arm_float_to_q7.c
│ │ │ │ │ │ ├── arm_q15_to_float.c
│ │ │ │ │ │ ├── arm_q15_to_q31.c
│ │ │ │ │ │ ├── arm_q15_to_q7.c
│ │ │ │ │ │ ├── arm_q31_to_float.c
│ │ │ │ │ │ ├── arm_q31_to_q15.c
│ │ │ │ │ │ ├── arm_q31_to_q7.c
│ │ │ │ │ │ ├── arm_q7_to_float.c
│ │ │ │ │ │ ├── arm_q7_to_q15.c
│ │ │ │ │ │ └── arm_q7_to_q31.c
│ │ │ │ │ └── TransformFunctions
│ │ │ │ │ ├── arm_bitreversal.c
│ │ │ │ │ ├── arm_bitreversal2.S
│ │ │ │ │ ├── arm_cfft_f32.c
│ │ │ │ │ ├── arm_cfft_q15.c
│ │ │ │ │ ├── arm_cfft_q31.c
│ │ │ │ │ ├── arm_cfft_radix2_f32.c
│ │ │ │ │ ├── arm_cfft_radix2_init_f32.c
│ │ │ │ │ ├── arm_cfft_radix2_init_q15.c
│ │ │ │ │ ├── arm_cfft_radix2_init_q31.c
│ │ │ │ │ ├── arm_cfft_radix2_q15.c
│ │ │ │ │ ├── arm_cfft_radix2_q31.c
│ │ │ │ │ ├── arm_cfft_radix4_f32.c
│ │ │ │ │ ├── arm_cfft_radix4_init_f32.c
│ │ │ │ │ ├── arm_cfft_radix4_init_q15.c
│ │ │ │ │ ├── arm_cfft_radix4_init_q31.c
│ │ │ │ │ ├── arm_cfft_radix4_q15.c
│ │ │ │ │ ├── arm_cfft_radix4_q31.c
│ │ │ │ │ ├── arm_cfft_radix8_f32.c
│ │ │ │ │ ├── arm_dct4_f32.c
│ │ │ │ │ ├── arm_dct4_init_f32.c
│ │ │ │ │ ├── arm_dct4_init_q15.c
│ │ │ │ │ ├── arm_dct4_init_q31.c
│ │ │ │ │ ├── arm_dct4_q15.c
│ │ │ │ │ ├── arm_dct4_q31.c
│ │ │ │ │ ├── arm_rfft_f32.c
│ │ │ │ │ ├── arm_rfft_fast_f32.c
│ │ │ │ │ ├── arm_rfft_fast_init_f32.c
│ │ │ │ │ ├── arm_rfft_init_f32.c
│ │ │ │ │ ├── arm_rfft_init_q15.c
│ │ │ │ │ ├── arm_rfft_init_q31.c
│ │ │ │ │ ├── arm_rfft_q15.c
│ │ │ │ │ └── arm_rfft_q31.c
│ │ │ │ └── DeviceSupport
│ │ │ │ ├── SWM320.h
│ │ │ │ ├── startup
│ │ │ │ │ ├── arm
│ │ │ │ │ │ └── startup_SWM320.s
│ │ │ │ │ ├── gcc
│ │ │ │ │ │ └── startup_SWM320.s
│ │ │ │ │ └── iar
│ │ │ │ │ └── startup_SWM320.s
│ │ │ │ ├── system_SWM320.c
│ │ │ │ └── system_SWM320.h
│ │ │ ├── SWM320_StdPeriph_Driver
│ │ │ │ ├── SWM320_adc.c
│ │ │ │ ├── SWM320_adc.h
│ │ │ │ ├── SWM320_can.c
│ │ │ │ ├── SWM320_can.h
│ │ │ │ ├── SWM320_crc.c
│ │ │ │ ├── SWM320_crc.h
│ │ │ │ ├── SWM320_dma.c
│ │ │ │ ├── SWM320_dma.h
│ │ │ │ ├── SWM320_exti.c
│ │ │ │ ├── SWM320_exti.h
│ │ │ │ ├── SWM320_flash.c
│ │ │ │ ├── SWM320_flash.h
│ │ │ │ ├── SWM320_gpio.c
│ │ │ │ ├── SWM320_gpio.h
│ │ │ │ ├── SWM320_i2c.c
│ │ │ │ ├── SWM320_i2c.h
│ │ │ │ ├── SWM320_lcd.c
│ │ │ │ ├── SWM320_lcd.h
│ │ │ │ ├── SWM320_norflash.c
│ │ │ │ ├── SWM320_norflash.h
│ │ │ │ ├── SWM320_port.c
│ │ │ │ ├── SWM320_port.h
│ │ │ │ ├── SWM320_pwm.c
│ │ │ │ ├── SWM320_pwm.h
│ │ │ │ ├── SWM320_rtc.c
│ │ │ │ ├── SWM320_rtc.h
│ │ │ │ ├── SWM320_sdio.c
│ │ │ │ ├── SWM320_sdio.h
│ │ │ │ ├── SWM320_sdram.c
│ │ │ │ ├── SWM320_sdram.h
│ │ │ │ ├── SWM320_spi.c
│ │ │ │ ├── SWM320_spi.h
│ │ │ │ ├── SWM320_sram.c
│ │ │ │ ├── SWM320_sram.h
│ │ │ │ ├── SWM320_timr.c
│ │ │ │ ├── SWM320_timr.h
│ │ │ │ ├── SWM320_uart.c
│ │ │ │ ├── SWM320_uart.h
│ │ │ │ ├── SWM320_wdt.c
│ │ │ │ └── SWM320_wdt.h
│ │ │ └── 用前必读.txt
│ │ ├── FATFS
│ │ │ ├── 00history.txt
│ │ │ ├── 00readme.txt
│ │ │ ├── diskio.c
│ │ │ ├── diskio.h
│ │ │ ├── ff.c
│ │ │ ├── ff.h
│ │ │ ├── ffconf.h
│ │ │ ├── ffsystem.c
│ │ │ ├── ffunicode.c
│ │ │ └── integer.h
│ │ ├── JLinkLog.txt
│ │ ├── JLinkSettings.ini
│ │ ├── RTE
│ │ │ └── _SWM320
│ │ │ └── RTE_Components.h
│ │ ├── SWM320_GUI.uvguix.Guan
│ │ ├── SWM320_GUI.uvoptx
│ │ ├── SWM320_GUI.uvprojx
│ │ ├── SWM320_StdPeriph_Driver.uvguix.Guan
│ │ ├── SWM320_StdPeriph_Driver.uvguix.kk
│ │ ├── SWM320_StdPeriph_Driver.uvoptx
│ │ ├── gui
│ │ │ ├── app_about.c
│ │ │ ├── app_calculator.c
│ │ │ ├── app_calendar.c
│ │ │ ├── app_chip.c
│ │ │ ├── app_clock.c
│ │ │ ├── app_explorer.c
│ │ │ ├── app_music.c
│ │ │ ├── app_switch.c
│ │ │ ├── app_weather.c
│ │ │ ├── gui.c
│ │ │ ├── gui.h
│ │ │ ├── loading.c
│ │ │ ├── mainmenu.c
│ │ │ ├── message_box.c
│ │ │ └── yahei11.c
│ │ ├── keilkill.bat
│ │ ├── out
│ │ │ ├── SWM320_StdPeriph_Driver_SWM320.dep
│ │ │ ├── SWM320_stdperiph_lib.asm
│ │ │ ├── SWM320_stdperiph_lib.axf
│ │ │ ├── SWM320_stdperiph_lib.bin
│ │ │ ├── SWM320_stdperiph_lib.build_log.htm
│ │ │ ├── SWM320_stdperiph_lib.htm
│ │ │ ├── SWM320_stdperiph_lib.lnp
│ │ │ ├── SWM320_stdperiph_lib.map
│ │ │ ├── SWM320_stdperiph_lib.sct
│ │ │ ├── SWM320_stdperiph_lib_sct.Bak
│ │ │ ├── app_about.crf
│ │ │ ├── app_about.d
│ │ │ ├── app_about.o
│ │ │ ├── app_calculator.crf
│ │ │ ├── app_calculator.d
│ │ │ ├── app_calculator.o
│ │ │ ├── app_calendar.crf
│ │ │ ├── app_calendar.d
│ │ │ ├── app_calendar.o
│ │ │ ├── app_chip.crf
│ │ │ ├── app_chip.d
│ │ │ ├── app_chip.o
│ │ │ ├── app_clock.crf
│ │ │ ├── app_clock.d
│ │ │ ├── app_clock.o
│ │ │ ├── app_explorer.crf
│ │ │ ├── app_explorer.d
│ │ │ ├── app_explorer.o
│ │ │ ├── app_music.crf
│ │ │ ├── app_music.d
│ │ │ ├── app_music.o
│ │ │ ├── app_switch.crf
│ │ │ ├── app_switch.d
│ │ │ ├── app_switch.o
│ │ │ ├── app_weather.crf
│ │ │ ├── app_weather.d
│ │ │ ├── app_weather.o
│ │ │ ├── demo.crf
│ │ │ ├── demo.d
│ │ │ ├── demo.o
│ │ │ ├── dev_gt911.crf
│ │ │ ├── dev_gt911.d
│ │ │ ├── dev_gt911.o
│ │ │ ├── dev_rgblcd.crf
│ │ │ ├── dev_rgblcd.d
│ │ │ ├── dev_rgblcd.o
│ │ │ ├── dev_rtc.crf
│ │ │ ├── dev_rtc.d
│ │ │ ├── dev_rtc.o
│ │ │ ├── dev_sdio.crf
│ │ │ ├── dev_sdio.d
│ │ │ ├── dev_sdio.o
│ │ │ ├── dev_systick.crf
│ │ │ ├── dev_systick.d
│ │ │ ├── dev_systick.o
│ │ │ ├── dev_uart.crf
│ │ │ ├── dev_uart.d
│ │ │ ├── dev_uart.o
│ │ │ ├── diskio.crf
│ │ │ ├── diskio.d
│ │ │ ├── diskio.o
│ │ │ ├── ff.crf
│ │ │ ├── ff.d
│ │ │ ├── ff.o
│ │ │ ├── ffunicode.crf
│ │ │ ├── ffunicode.d
│ │ │ ├── ffunicode.o
│ │ │ ├── gui.crf
│ │ │ ├── gui.d
│ │ │ ├── gui.o
│ │ │ ├── img_bubble_pattern.crf
│ │ │ ├── img_bubble_pattern.d
│ │ │ ├── img_bubble_pattern.o
│ │ │ ├── loading.crf
│ │ │ ├── loading.d
│ │ │ ├── loading.o
│ │ │ ├── lv_anim.crf
│ │ │ ├── lv_anim.d
│ │ │ ├── lv_anim.o
│ │ │ ├── lv_arc.crf
│ │ │ ├── lv_arc.d
│ │ │ ├── lv_arc.o
│ │ │ ├── lv_area.crf
│ │ │ ├── lv_area.d
│ │ │ ├── lv_area.o
│ │ │ ├── lv_async.crf
│ │ │ ├── lv_async.d
│ │ │ ├── lv_async.o
│ │ │ ├── lv_bar.crf
│ │ │ ├── lv_bar.d
│ │ │ ├── lv_bar.o
│ │ │ ├── lv_btn.crf
│ │ │ ├── lv_btn.d
│ │ │ ├── lv_btn.o
│ │ │ ├── lv_btnm.crf
│ │ │ ├── lv_btnm.d
│ │ │ ├── lv_btnm.o
│ │ │ ├── lv_calendar.crf
│ │ │ ├── lv_calendar.d
│ │ │ ├── lv_calendar.o
│ │ │ ├── lv_canvas.crf
│ │ │ ├── lv_canvas.d
│ │ │ ├── lv_canvas.o
│ │ │ ├── lv_cb.crf
│ │ │ ├── lv_cb.d
│ │ │ ├── lv_cb.o
│ │ │ ├── lv_chart.crf
│ │ │ ├── lv_chart.d
│ │ │ ├── lv_chart.o
│ │ │ ├── lv_circ.crf
│ │ │ ├── lv_circ.d
│ │ │ ├── lv_circ.o
│ │ │ ├── lv_color.crf
│ │ │ ├── lv_color.d
│ │ │ ├── lv_color.o
│ │ │ ├── lv_cont.crf
│ │ │ ├── lv_cont.d
│ │ │ ├── lv_cont.o
│ │ │ ├── lv_ddlist.crf
│ │ │ ├── lv_ddlist.d
│ │ │ ├── lv_ddlist.o
│ │ │ ├── lv_disp.crf
│ │ │ ├── lv_disp.d
│ │ │ ├── lv_disp.o
│ │ │ ├── lv_draw.crf
│ │ │ ├── lv_draw.d
│ │ │ ├── lv_draw.o
│ │ │ ├── lv_draw_arc.crf
│ │ │ ├── lv_draw_arc.d
│ │ │ ├── lv_draw_arc.o
│ │ │ ├── lv_draw_basic.crf
│ │ │ ├── lv_draw_basic.d
│ │ │ ├── lv_draw_basic.o
│ │ │ ├── lv_draw_img.crf
│ │ │ ├── lv_draw_img.d
│ │ │ ├── lv_draw_img.o
│ │ │ ├── lv_draw_label.crf
│ │ │ ├── lv_draw_label.d
│ │ │ ├── lv_draw_label.o
│ │ │ ├── lv_draw_line.crf
│ │ │ ├── lv_draw_line.d
│ │ │ ├── lv_draw_line.o
│ │ │ ├── lv_draw_rect.crf
│ │ │ ├── lv_draw_rect.d
│ │ │ ├── lv_draw_rect.o
│ │ │ ├── lv_draw_triangle.crf
│ │ │ ├── lv_draw_triangle.d
│ │ │ ├── lv_draw_triangle.o
│ │ │ ├── lv_font.crf
│ │ │ ├── lv_font.d
│ │ │ ├── lv_font.o
│ │ │ ├── lv_font_fmt_txt.crf
│ │ │ ├── lv_font_fmt_txt.d
│ │ │ ├── lv_font_fmt_txt.o
│ │ │ ├── lv_font_roboto_12.crf
│ │ │ ├── lv_font_roboto_12.d
│ │ │ ├── lv_font_roboto_12.o
│ │ │ ├── lv_font_roboto_16.crf
│ │ │ ├── lv_font_roboto_16.d
│ │ │ ├── lv_font_roboto_16.o
│ │ │ ├── lv_font_roboto_22.crf
│ │ │ ├── lv_font_roboto_22.d
│ │ │ ├── lv_font_roboto_22.o
│ │ │ ├── lv_font_roboto_28.crf
│ │ │ ├── lv_font_roboto_28.d
│ │ │ ├── lv_font_roboto_28.o
│ │ │ ├── lv_font_unscii_8.crf
│ │ │ ├── lv_font_unscii_8.d
│ │ │ ├── lv_font_unscii_8.o
│ │ │ ├── lv_fs.crf
│ │ │ ├── lv_fs.d
│ │ │ ├── lv_fs.o
│ │ │ ├── lv_gauge.crf
│ │ │ ├── lv_gauge.d
│ │ │ ├── lv_gauge.o
│ │ │ ├── lv_gc.crf
│ │ │ ├── lv_gc.d
│ │ │ ├── lv_gc.o
│ │ │ ├── lv_group.crf
│ │ │ ├── lv_group.d
│ │ │ ├── lv_group.o
│ │ │ ├── lv_hal_disp.crf
│ │ │ ├── lv_hal_disp.d
│ │ │ ├── lv_hal_disp.o
│ │ │ ├── lv_hal_indev.crf
│ │ │ ├── lv_hal_indev.d
│ │ │ ├── lv_hal_indev.o
│ │ │ ├── lv_hal_tick.crf
│ │ │ ├── lv_hal_tick.d
│ │ │ ├── lv_hal_tick.o
│ │ │ ├── lv_img.crf
│ │ │ ├── lv_img.d
│ │ │ ├── lv_img.o
│ │ │ ├── lv_img_cache.crf
│ │ │ ├── lv_img_cache.d
│ │ │ ├── lv_img_cache.o
│ │ │ ├── lv_img_decoder.crf
│ │ │ ├── lv_img_decoder.d
│ │ │ ├── lv_img_decoder.o
│ │ │ ├── lv_imgbtn.crf
│ │ │ ├── lv_imgbtn.d
│ │ │ ├── lv_imgbtn.o
│ │ │ ├── lv_indev.crf
│ │ │ ├── lv_indev.d
│ │ │ ├── lv_indev.o
│ │ │ ├── lv_kb.crf
│ │ │ ├── lv_kb.d
│ │ │ ├── lv_kb.o
│ │ │ ├── lv_label.crf
│ │ │ ├── lv_label.d
│ │ │ ├── lv_label.o
│ │ │ ├── lv_led.crf
│ │ │ ├── lv_led.d
│ │ │ ├── lv_led.o
│ │ │ ├── lv_line.crf
│ │ │ ├── lv_line.d
│ │ │ ├── lv_line.o
│ │ │ ├── lv_list.crf
│ │ │ ├── lv_list.d
│ │ │ ├── lv_list.o
│ │ │ ├── lv_ll.crf
│ │ │ ├── lv_ll.d
│ │ │ ├── lv_ll.o
│ │ │ ├── lv_lmeter.crf
│ │ │ ├── lv_lmeter.d
│ │ │ ├── lv_lmeter.o
│ │ │ ├── lv_log.crf
│ │ │ ├── lv_log.d
│ │ │ ├── lv_log.o
│ │ │ ├── lv_math.crf
│ │ │ ├── lv_math.d
│ │ │ ├── lv_math.o
│ │ │ ├── lv_mbox.crf
│ │ │ ├── lv_mbox.d
│ │ │ ├── lv_mbox.o
│ │ │ ├── lv_mem.crf
│ │ │ ├── lv_mem.d
│ │ │ ├── lv_mem.o
│ │ │ ├── lv_obj.crf
│ │ │ ├── lv_obj.d
│ │ │ ├── lv_obj.o
│ │ │ ├── lv_objx_templ.crf
│ │ │ ├── lv_objx_templ.d
│ │ │ ├── lv_objx_templ.o
│ │ │ ├── lv_page.crf
│ │ │ ├── lv_page.d
│ │ │ ├── lv_page.o
│ │ │ ├── lv_port_disp.crf
│ │ │ ├── lv_port_disp.d
│ │ │ ├── lv_port_disp.o
│ │ │ ├── lv_port_fs.crf
│ │ │ ├── lv_port_fs.d
│ │ │ ├── lv_port_fs.o
│ │ │ ├── lv_port_indev.crf
│ │ │ ├── lv_port_indev.d
│ │ │ ├── lv_port_indev.o
│ │ │ ├── lv_preload.crf
│ │ │ ├── lv_preload.d
│ │ │ ├── lv_preload.o
│ │ │ ├── lv_refr.crf
│ │ │ ├── lv_refr.d
│ │ │ ├── lv_refr.o
│ │ │ ├── lv_roller.crf
│ │ │ ├── lv_roller.d
│ │ │ ├── lv_roller.o
│ │ │ ├── lv_slider.crf
│ │ │ ├── lv_slider.d
│ │ │ ├── lv_slider.o
│ │ │ ├── lv_spinbox.crf
│ │ │ ├── lv_spinbox.d
│ │ │ ├── lv_spinbox.o
│ │ │ ├── lv_style.crf
│ │ │ ├── lv_style.d
│ │ │ ├── lv_style.o
│ │ │ ├── lv_sw.crf
│ │ │ ├── lv_sw.d
│ │ │ ├── lv_sw.o
│ │ │ ├── lv_ta.crf
│ │ │ ├── lv_ta.d
│ │ │ ├── lv_ta.o
│ │ │ ├── lv_table.crf
│ │ │ ├── lv_table.d
│ │ │ ├── lv_table.o
│ │ │ ├── lv_tabview.crf
│ │ │ ├── lv_tabview.d
│ │ │ ├── lv_tabview.o
│ │ │ ├── lv_task.crf
│ │ │ ├── lv_task.d
│ │ │ ├── lv_task.o
│ │ │ ├── lv_templ.crf
│ │ │ ├── lv_templ.d
│ │ │ ├── lv_templ.o
│ │ │ ├── lv_theme.crf
│ │ │ ├── lv_theme.d
│ │ │ ├── lv_theme.o
│ │ │ ├── lv_theme_alien.crf
│ │ │ ├── lv_theme_alien.d
│ │ │ ├── lv_theme_alien.o
│ │ │ ├── lv_theme_default.crf
│ │ │ ├── lv_theme_default.d
│ │ │ ├── lv_theme_default.o
│ │ │ ├── lv_theme_material.crf
│ │ │ ├── lv_theme_material.d
│ │ │ ├── lv_theme_material.o
│ │ │ ├── lv_theme_mono.crf
│ │ │ ├── lv_theme_mono.d
│ │ │ ├── lv_theme_mono.o
│ │ │ ├── lv_theme_nemo.crf
│ │ │ ├── lv_theme_nemo.d
│ │ │ ├── lv_theme_nemo.o
│ │ │ ├── lv_theme_night.crf
│ │ │ ├── lv_theme_night.d
│ │ │ ├── lv_theme_night.o
│ │ │ ├── lv_theme_templ.crf
│ │ │ ├── lv_theme_templ.d
│ │ │ ├── lv_theme_templ.o
│ │ │ ├── lv_theme_zen.crf
│ │ │ ├── lv_theme_zen.d
│ │ │ ├── lv_theme_zen.o
│ │ │ ├── lv_tileview.crf
│ │ │ ├── lv_tileview.d
│ │ │ ├── lv_tileview.o
│ │ │ ├── lv_txt.crf
│ │ │ ├── lv_txt.d
│ │ │ ├── lv_txt.o
│ │ │ ├── lv_utils.crf
│ │ │ ├── lv_utils.d
│ │ │ ├── lv_utils.o
│ │ │ ├── lv_win.crf
│ │ │ ├── lv_win.d
│ │ │ ├── lv_win.o
│ │ │ ├── main.crf
│ │ │ ├── main.d
│ │ │ ├── main.o
│ │ │ ├── mainmenu.crf
│ │ │ ├── mainmenu.d
│ │ │ ├── mainmenu.o
│ │ │ ├── message_box.crf
│ │ │ ├── message_box.d
│ │ │ ├── message_box.o
│ │ │ ├── sfud.crf
│ │ │ ├── sfud.d
│ │ │ ├── sfud.o
│ │ │ ├── sfud_port.crf
│ │ │ ├── sfud_port.d
│ │ │ ├── sfud_port.o
│ │ │ ├── sfud_sfdp.crf
│ │ │ ├── sfud_sfdp.d
│ │ │ ├── sfud_sfdp.o
│ │ │ ├── startup_swm320.d
│ │ │ ├── startup_swm320.lst
│ │ │ ├── startup_swm320.o
│ │ │ ├── swm320_adc.crf
│ │ │ ├── swm320_adc.d
│ │ │ ├── swm320_adc.o
│ │ │ ├── swm320_can.crf
│ │ │ ├── swm320_can.d
│ │ │ ├── swm320_can.o
│ │ │ ├── swm320_crc.crf
│ │ │ ├── swm320_crc.d
│ │ │ ├── swm320_crc.o
│ │ │ ├── swm320_dma.crf
│ │ │ ├── swm320_dma.d
│ │ │ ├── swm320_dma.o
│ │ │ ├── swm320_exti.crf
│ │ │ ├── swm320_exti.d
│ │ │ ├── swm320_exti.o
│ │ │ ├── swm320_flash.crf
│ │ │ ├── swm320_flash.d
│ │ │ ├── swm320_flash.o
│ │ │ ├── swm320_gpio.crf
│ │ │ ├── swm320_gpio.d
│ │ │ ├── swm320_gpio.o
│ │ │ ├── swm320_i2c.crf
│ │ │ ├── swm320_i2c.d
│ │ │ ├── swm320_i2c.o
│ │ │ ├── swm320_lcd.crf
│ │ │ ├── swm320_lcd.d
│ │ │ ├── swm320_lcd.o
│ │ │ ├── swm320_norflash.crf
│ │ │ ├── swm320_norflash.d
│ │ │ ├── swm320_norflash.o
│ │ │ ├── swm320_port.crf
│ │ │ ├── swm320_port.d
│ │ │ ├── swm320_port.o
│ │ │ ├── swm320_pwm.crf
│ │ │ ├── swm320_pwm.d
│ │ │ ├── swm320_pwm.o
│ │ │ ├── swm320_rtc.crf
│ │ │ ├── swm320_rtc.d
│ │ │ ├── swm320_rtc.o
│ │ │ ├── swm320_sdio.crf
│ │ │ ├── swm320_sdio.d
│ │ │ ├── swm320_sdio.o
│ │ │ ├── swm320_sdram.crf
│ │ │ ├── swm320_sdram.d
│ │ │ ├── swm320_sdram.o
│ │ │ ├── swm320_spi.crf
│ │ │ ├── swm320_spi.d
│ │ │ ├── swm320_spi.o
│ │ │ ├── swm320_sram.crf
│ │ │ ├── swm320_sram.d
│ │ │ ├── swm320_sram.o
│ │ │ ├── swm320_timr.crf
│ │ │ ├── swm320_timr.d
│ │ │ ├── swm320_timr.o
│ │ │ ├── swm320_uart.crf
│ │ │ ├── swm320_uart.d
│ │ │ ├── swm320_uart.o
│ │ │ ├── swm320_wdt.crf
│ │ │ ├── swm320_wdt.d
│ │ │ ├── swm320_wdt.o
│ │ │ ├── system_swm320.crf
│ │ │ ├── system_swm320.d
│ │ │ ├── system_swm320.o
│ │ │ ├── yahei11.crf
│ │ │ ├── yahei11.d
│ │ │ └── yahei11.o
│ │ ├── pic
│ │ │ ├── app_about.bin
│ │ │ ├── app_calculator.bin
│ │ │ ├── app_calendar.bin
│ │ │ ├── app_chip.bin
│ │ │ ├── app_clock.bin
│ │ │ ├── app_document.bin
│ │ │ ├── app_music.bin
│ │ │ ├── app_qq.bin
│ │ │ ├── app_setting.bin
│ │ │ ├── app_switch.bin
│ │ │ ├── app_tiktok.bin
│ │ │ ├── app_weather.bin
│ │ │ ├── app_wechat.bin
│ │ │ ├── app_weibo.bin
│ │ │ ├── baoyu.bin
│ │ │ ├── beepoff.bin
│ │ │ ├── beepon.bin
│ │ │ ├── chip_lcd.bin
│ │ │ ├── chip_mcu.bin
│ │ │ ├── chip_memory.bin
│ │ │ ├── chip_ram.bin
│ │ │ ├── clock.bin
│ │ │ ├── daxue.bin
│ │ │ ├── duoyun.bin
│ │ │ ├── hour.bin
│ │ │ ├── leizhenyu.bin
│ │ │ ├── logo.bin
│ │ │ ├── minute.bin
│ │ │ ├── music1.bin
│ │ │ ├── music2.bin
│ │ │ ├── music_bg.bin
│ │ │ ├── qingtian.bin
│ │ │ ├── qrcode.bin
│ │ │ ├── second.bin
│ │ │ ├── weather_bg.bin
│ │ │ ├── wp1.bin
│ │ │ ├── wp2.bin
│ │ │ ├── wumai.bin
│ │ │ ├── yahei11.bin
│ │ │ └── yujiaxue.bin
│ │ ├── sfud
│ │ │ ├── inc
│ │ │ │ ├── sfud.h
│ │ │ │ ├── sfud_cfg.h
│ │ │ │ ├── sfud_cfg_temp.h
│ │ │ │ ├── sfud_def.h
│ │ │ │ └── sfud_flash_def.h
│ │ │ ├── port
│ │ │ │ ├── sfud_port.c
│ │ │ │ └── sfud_port_temp.c
│ │ │ └── src
│ │ │ ├── sfud.c
│ │ │ └── sfud_sfdp.c
│ │ └── 功能说明.txt
│ ├── sfud
│ │ ├── inc
│ │ │ ├── sfud.h
│ │ │ ├── sfud_cfg.h
│ │ │ ├── sfud_cfg_temp.h
│ │ │ ├── sfud_def.h
│ │ │ └── sfud_flash_def.h
│ │ ├── port
│ │ │ ├── sfud_port.c
│ │ │ └── sfud_port_temp.c
│ │ └── src
│ │ ├── sfud.c
│ │ └── sfud_sfdp.c
│ ├── weather_bg.bin
│ └── 功能说明.txt
└── 好例子网_LVGL_gui(320240_90).rar
201 directories, 2545 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论