在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → lvgl模拟代码

lvgl模拟代码

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:102.72M
  • 下载次数:7
  • 浏览次数:71
  • 发布时间:2022-11-16
  • 实例类别:嵌入式开发
  • 发 布 人:wytcpx
  • 文件格式:.zip
  • 所需积分:2
 相关标签: LVGL lv VC 模拟

实例介绍

【实例简介】lvgl模拟代码

lvgl vc模拟

可用的lvgl模拟代码,使用vs2017打开

【实例截图】

from clipboard

【核心代码】

.
├── lv_sim_visual_studio_sdl-master
│   ├── LICENSE
│   ├── README.md
│   ├── lv_sim_visual_studio_sdl.sln
│   ├── visual_studio_2017_sdl
│   │   ├── SDL2
│   │   │   ├── BUGS.txt
│   │   │   ├── COPYING.txt
│   │   │   ├── README-SDL.txt
│   │   │   ├── README.txt
│   │   │   ├── WhatsNew.txt
│   │   │   ├── docs
│   │   │   │   ├── README-android.md
│   │   │   │   ├── README-cmake.md
│   │   │   │   ├── README-directfb.md
│   │   │   │   ├── README-dynapi.md
│   │   │   │   ├── README-emscripten.md
│   │   │   │   ├── README-gesture.md
│   │   │   │   ├── README-hg.md
│   │   │   │   ├── README-ios.md
│   │   │   │   ├── README-linux.md
│   │   │   │   ├── README-macosx.md
│   │   │   │   ├── README-nacl.md
│   │   │   │   ├── README-pandora.md
│   │   │   │   ├── README-platforms.md
│   │   │   │   ├── README-porting.md
│   │   │   │   ├── README-psp.md
│   │   │   │   ├── README-raspberrypi.md
│   │   │   │   ├── README-touch.md
│   │   │   │   ├── README-wince.md
│   │   │   │   ├── README-windows.md
│   │   │   │   ├── README-winrt.md
│   │   │   │   ├── README.md
│   │   │   │   └── doxyfile
│   │   │   ├── include
│   │   │   │   ├── SDL.h
│   │   │   │   ├── SDL_assert.h
│   │   │   │   ├── SDL_atomic.h
│   │   │   │   ├── SDL_audio.h
│   │   │   │   ├── SDL_bits.h
│   │   │   │   ├── SDL_blendmode.h
│   │   │   │   ├── SDL_clipboard.h
│   │   │   │   ├── SDL_config.h
│   │   │   │   ├── SDL_config.h.cmake
│   │   │   │   ├── SDL_config.h.in
│   │   │   │   ├── SDL_config_android.h
│   │   │   │   ├── SDL_config_iphoneos.h
│   │   │   │   ├── SDL_config_macosx.h
│   │   │   │   ├── SDL_config_macosx.h.orig
│   │   │   │   ├── SDL_config_minimal.h
│   │   │   │   ├── SDL_config_pandora.h
│   │   │   │   ├── SDL_config_psp.h
│   │   │   │   ├── SDL_config_windows.h
│   │   │   │   ├── SDL_config_winrt.h
│   │   │   │   ├── SDL_config_wiz.h
│   │   │   │   ├── SDL_copying.h
│   │   │   │   ├── SDL_cpuinfo.h
│   │   │   │   ├── SDL_egl.h
│   │   │   │   ├── SDL_endian.h
│   │   │   │   ├── SDL_error.h
│   │   │   │   ├── SDL_events.h
│   │   │   │   ├── SDL_filesystem.h
│   │   │   │   ├── SDL_gamecontroller.h
│   │   │   │   ├── SDL_gesture.h
│   │   │   │   ├── SDL_haptic.h
│   │   │   │   ├── SDL_hints.h
│   │   │   │   ├── SDL_joystick.h
│   │   │   │   ├── SDL_keyboard.h
│   │   │   │   ├── SDL_keycode.h
│   │   │   │   ├── SDL_loadso.h
│   │   │   │   ├── SDL_log.h
│   │   │   │   ├── SDL_main.h
│   │   │   │   ├── SDL_messagebox.h
│   │   │   │   ├── SDL_metal.h
│   │   │   │   ├── SDL_mouse.h
│   │   │   │   ├── SDL_mutex.h
│   │   │   │   ├── SDL_name.h
│   │   │   │   ├── SDL_opengl.h
│   │   │   │   ├── SDL_opengl_glext.h
│   │   │   │   ├── SDL_opengles.h
│   │   │   │   ├── SDL_opengles2.h
│   │   │   │   ├── SDL_opengles2_gl2.h
│   │   │   │   ├── SDL_opengles2_gl2ext.h
│   │   │   │   ├── SDL_opengles2_gl2platform.h
│   │   │   │   ├── SDL_opengles2_khrplatform.h
│   │   │   │   ├── SDL_pixels.h
│   │   │   │   ├── SDL_platform.h
│   │   │   │   ├── SDL_power.h
│   │   │   │   ├── SDL_quit.h
│   │   │   │   ├── SDL_rect.h
│   │   │   │   ├── SDL_render.h
│   │   │   │   ├── SDL_revision.h
│   │   │   │   ├── SDL_rwops.h
│   │   │   │   ├── SDL_scancode.h
│   │   │   │   ├── SDL_sensor.h
│   │   │   │   ├── SDL_shape.h
│   │   │   │   ├── SDL_stdinc.h
│   │   │   │   ├── SDL_surface.h
│   │   │   │   ├── SDL_system.h
│   │   │   │   ├── SDL_syswm.h
│   │   │   │   ├── SDL_test.h
│   │   │   │   ├── SDL_test_assert.h
│   │   │   │   ├── SDL_test_common.h
│   │   │   │   ├── SDL_test_compare.h
│   │   │   │   ├── SDL_test_crc32.h
│   │   │   │   ├── SDL_test_font.h
│   │   │   │   ├── SDL_test_fuzzer.h
│   │   │   │   ├── SDL_test_harness.h
│   │   │   │   ├── SDL_test_images.h
│   │   │   │   ├── SDL_test_log.h
│   │   │   │   ├── SDL_test_md5.h
│   │   │   │   ├── SDL_test_memory.h
│   │   │   │   ├── SDL_test_random.h
│   │   │   │   ├── SDL_thread.h
│   │   │   │   ├── SDL_timer.h
│   │   │   │   ├── SDL_touch.h
│   │   │   │   ├── SDL_types.h
│   │   │   │   ├── SDL_version.h
│   │   │   │   ├── SDL_video.h
│   │   │   │   ├── SDL_vulkan.h
│   │   │   │   ├── begin_code.h
│   │   │   │   └── close_code.h
│   │   │   └── lib
│   │   │       ├── x64
│   │   │       │   ├── SDL2.dll
│   │   │       │   ├── SDL2.lib
│   │   │       │   ├── SDL2main.lib
│   │   │       │   └── SDL2test.lib
│   │   │       └── x86
│   │   │           ├── SDL2.dll
│   │   │           ├── SDL2.lib
│   │   │           ├── SDL2main.lib
│   │   │           └── SDL2test.lib
│   │   ├── lv_conf.h
│   │   ├── lv_drivers
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── display
│   │   │   │   ├── R61581.c
│   │   │   │   ├── R61581.h
│   │   │   │   ├── SHARP_MIP.c
│   │   │   │   ├── SHARP_MIP.h
│   │   │   │   ├── SSD1963.c
│   │   │   │   ├── SSD1963.h
│   │   │   │   ├── ST7565.c
│   │   │   │   ├── ST7565.h
│   │   │   │   ├── UC1610.c
│   │   │   │   ├── UC1610.h
│   │   │   │   ├── fbdev.c
│   │   │   │   ├── fbdev.h
│   │   │   │   ├── monitor.c
│   │   │   │   └── monitor.h
│   │   │   ├── docs
│   │   │   │   ├── astyle_c
│   │   │   │   └── astyle_h
│   │   │   ├── gtkdrv
│   │   │   │   ├── README.md
│   │   │   │   ├── broadway.png
│   │   │   │   ├── gtkdrv.c
│   │   │   │   └── gtkdrv.h
│   │   │   ├── indev
│   │   │   │   ├── AD_touch.c
│   │   │   │   ├── AD_touch.h
│   │   │   │   ├── FT5406EE8.c
│   │   │   │   ├── FT5406EE8.h
│   │   │   │   ├── XPT2046.c
│   │   │   │   ├── XPT2046.h
│   │   │   │   ├── evdev.c
│   │   │   │   ├── evdev.h
│   │   │   │   ├── keyboard.c
│   │   │   │   ├── keyboard.h
│   │   │   │   ├── libinput.c
│   │   │   │   ├── libinput_drv.h
│   │   │   │   ├── mouse.c
│   │   │   │   ├── mouse.h
│   │   │   │   ├── mousewheel.c
│   │   │   │   └── mousewheel.h
│   │   │   ├── library.json
│   │   │   ├── lv_drivers.mk
│   │   │   ├── lv_drv_conf_templ.h
│   │   │   ├── win_drv.c
│   │   │   └── win_drv.h
│   │   ├── lv_drv_conf.h
│   │   ├── lv_ex_conf.h
│   │   ├── lv_examples
│   │   │   ├── README.md
│   │   │   ├── assets
│   │   │   │   ├── img_cogwheel_alpha16.c
│   │   │   │   ├── img_cogwheel_argb.c
│   │   │   │   ├── img_cogwheel_argb.png
│   │   │   │   ├── img_cogwheel_chroma_keyed.c
│   │   │   │   ├── img_cogwheel_chroma_keyed.png
│   │   │   │   ├── img_cogwheel_indexed16.c
│   │   │   │   ├── img_cogwheel_indexed16.png
│   │   │   │   ├── img_cogwheel_rgb.c
│   │   │   │   ├── img_cogwheel_rgb.png
│   │   │   │   ├── lv_font_montserrat_12_compr_az.c
│   │   │   │   ├── lv_font_montserrat_16_compr_az.c
│   │   │   │   └── lv_font_montserrat_28_compr_az.c
│   │   │   ├── docs
│   │   │   │   └── LICENSE.md
│   │   │   ├── library.properties
│   │   │   ├── lv_ex_conf_templ.h
│   │   │   ├── lv_examples.h
│   │   │   ├── lv_examples.mk
│   │   │   └── src
│   │   │       ├── lv_demo_benchmark
│   │   │       │   ├── README.md
│   │   │       │   ├── lv_demo_benchmark.c
│   │   │       │   ├── lv_demo_benchmark.h
│   │   │       │   ├── screenshot1.png
│   │   │       │   └── screenshot2.png
│   │   │       ├── lv_demo_keypad_encoder
│   │   │       │   ├── README.md
│   │   │       │   ├── lv_demo_keypad_encoder.c
│   │   │       │   ├── lv_demo_keypad_encoder.h
│   │   │       │   ├── screenshot1.gif
│   │   │       │   └── screenshot1.png
│   │   │       ├── lv_demo_printer
│   │   │       │   ├── README.md
│   │   │       │   ├── images
│   │   │       │   │   ├── lv_demo_printer_icon_bright.c
│   │   │       │   │   ├── lv_demo_printer_icon_eco.c
│   │   │       │   │   ├── lv_demo_printer_icon_hue.c
│   │   │       │   │   ├── lv_demo_printer_icon_pc.c
│   │   │       │   │   ├── lv_demo_printer_icon_tel.c
│   │   │       │   │   ├── lv_demo_printer_icon_wifi.c
│   │   │       │   │   ├── lv_demo_printer_img_btn_bg_1.c
│   │   │       │   │   ├── lv_demo_printer_img_btn_bg_2.c
│   │   │       │   │   ├── lv_demo_printer_img_btn_bg_3.c
│   │   │       │   │   ├── lv_demo_printer_img_btn_bg_4.c
│   │   │       │   │   ├── lv_demo_printer_img_cloud.c
│   │   │       │   │   ├── lv_demo_printer_img_copy.c
│   │   │       │   │   ├── lv_demo_printer_img_internet.c
│   │   │       │   │   ├── lv_demo_printer_img_mobile.c
│   │   │       │   │   ├── lv_demo_printer_img_no_internet.c
│   │   │       │   │   ├── lv_demo_printer_img_phone.c
│   │   │       │   │   ├── lv_demo_printer_img_print.c
│   │   │       │   │   ├── lv_demo_printer_img_printer2.c
│   │   │       │   │   ├── lv_demo_printer_img_ready.c
│   │   │       │   │   ├── lv_demo_printer_img_scan.c
│   │   │       │   │   ├── lv_demo_printer_img_scan_example.c
│   │   │       │   │   ├── lv_demo_printer_img_setup.c
│   │   │       │   │   ├── lv_demo_printer_img_usb.c
│   │   │       │   │   └── lv_demo_printer_img_wave.c
│   │   │       │   ├── lv_demo_printer.c
│   │   │       │   ├── lv_demo_printer.h
│   │   │       │   ├── lv_demo_printer_theme.c
│   │   │       │   ├── lv_demo_printer_theme.h
│   │   │       │   ├── screenshot1.gif
│   │   │       │   └── screenshot1.png
│   │   │       ├── lv_demo_stress
│   │   │       │   ├── README.md
│   │   │       │   ├── lv_demo_stress.c
│   │   │       │   ├── lv_demo_stress.h
│   │   │       │   ├── screenshot1.gif
│   │   │       │   └── screenshot1.png
│   │   │       ├── lv_demo_widgets
│   │   │       │   ├── lv_demo_widgets.c
│   │   │       │   ├── lv_demo_widgets.h
│   │   │       │   ├── screenshot1.gif
│   │   │       │   └── screenshot1.png
│   │   │       ├── lv_ex_get_started
│   │   │       │   ├── lv_ex_get_started.h
│   │   │       │   ├── lv_ex_get_started_1.c
│   │   │       │   ├── lv_ex_get_started_1.png
│   │   │       │   ├── lv_ex_get_started_2.c
│   │   │       │   ├── lv_ex_get_started_2.png
│   │   │       │   ├── lv_ex_get_started_3.c
│   │   │       │   └── lv_ex_get_started_3.png
│   │   │       ├── lv_ex_style
│   │   │       │   ├── lv_ex_style.h
│   │   │       │   ├── lv_ex_style_1.c
│   │   │       │   ├── lv_ex_style_1.png
│   │   │       │   ├── lv_ex_style_10.c
│   │   │       │   ├── lv_ex_style_10.png
│   │   │       │   ├── lv_ex_style_11.c
│   │   │       │   ├── lv_ex_style_11.png
│   │   │       │   ├── lv_ex_style_2.c
│   │   │       │   ├── lv_ex_style_2.png
│   │   │       │   ├── lv_ex_style_3.c
│   │   │       │   ├── lv_ex_style_3.png
│   │   │       │   ├── lv_ex_style_4.c
│   │   │       │   ├── lv_ex_style_4.png
│   │   │       │   ├── lv_ex_style_5.c
│   │   │       │   ├── lv_ex_style_5.png
│   │   │       │   ├── lv_ex_style_6.c
│   │   │       │   ├── lv_ex_style_6.png
│   │   │       │   ├── lv_ex_style_7.c
│   │   │       │   ├── lv_ex_style_7.png
│   │   │       │   ├── lv_ex_style_8.c
│   │   │       │   ├── lv_ex_style_8.png
│   │   │       │   ├── lv_ex_style_9.c
│   │   │       │   └── lv_ex_style_9.png
│   │   │       ├── lv_ex_widgets
│   │   │       │   ├── lv_ex_arc
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_arc_1.c
│   │   │       │   │   ├── lv_ex_arc_1.png
│   │   │       │   │   ├── lv_ex_arc_1.py
│   │   │       │   │   ├── lv_ex_arc_2.c
│   │   │       │   │   ├── lv_ex_arc_2.png
│   │   │       │   │   └── lv_ex_arc_2.py
│   │   │       │   ├── lv_ex_bar
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_bar_1.c
│   │   │       │   │   ├── lv_ex_bar_1.png
│   │   │       │   │   └── lv_ex_bar_1.py
│   │   │       │   ├── lv_ex_btn
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_btn_1.c
│   │   │       │   │   ├── lv_ex_btn_1.png
│   │   │       │   │   ├── lv_ex_btn_1.py
│   │   │       │   │   ├── lv_ex_btn_2.c
│   │   │       │   │   └── lv_ex_btn_2.png
│   │   │       │   ├── lv_ex_btnmatrix
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_btnmatrix_1.c
│   │   │       │   │   ├── lv_ex_btnmatrix_1.png
│   │   │       │   │   └── lv_ex_btnmatrix_1.py
│   │   │       │   ├── lv_ex_calendar
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_calendar_1.c
│   │   │       │   │   ├── lv_ex_calendar_1.png
│   │   │       │   │   └── lv_ex_calendar_1.py
│   │   │       │   ├── lv_ex_canvas
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_canvas_1.c
│   │   │       │   │   ├── lv_ex_canvas_1.png
│   │   │       │   │   ├── lv_ex_canvas_1.py
│   │   │       │   │   ├── lv_ex_canvas_2.c
│   │   │       │   │   ├── lv_ex_canvas_2.png
│   │   │       │   │   └── lv_ex_canvas_2.py
│   │   │       │   ├── lv_ex_chart
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_chart_1.c
│   │   │       │   │   ├── lv_ex_chart_1.png
│   │   │       │   │   ├── lv_ex_chart_1.py
│   │   │       │   │   ├── lv_ex_chart_2.c
│   │   │       │   │   └── lv_ex_chart_2.png
│   │   │       │   ├── lv_ex_checkbox
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_checkbox_1.c
│   │   │       │   │   ├── lv_ex_checkbox_1.png
│   │   │       │   │   └── lv_ex_checkbox_1.py
│   │   │       │   ├── lv_ex_cont
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_cont_1.c
│   │   │       │   │   ├── lv_ex_cont_1.png
│   │   │       │   │   └── lv_ex_cont_1.py
│   │   │       │   ├── lv_ex_cpicker
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_cpicker_1.c
│   │   │       │   │   ├── lv_ex_cpicker_1.png
│   │   │       │   │   ├── lv_ex_cpicker_2.c
│   │   │       │   │   └── lv_ex_cpicker_2.png
│   │   │       │   ├── lv_ex_dropdown
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_dropdown_1.c
│   │   │       │   │   ├── lv_ex_dropdown_1.png
│   │   │       │   │   ├── lv_ex_dropdown_1.py
│   │   │       │   │   ├── lv_ex_dropdown_2.c
│   │   │       │   │   ├── lv_ex_dropdown_2.png
│   │   │       │   │   └── lv_ex_dropdown_2.py
│   │   │       │   ├── lv_ex_gauge
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_gauge_1.c
│   │   │       │   │   ├── lv_ex_gauge_1.png
│   │   │       │   │   └── lv_ex_gauge_1.py
│   │   │       │   ├── lv_ex_img
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_img_1.c
│   │   │       │   │   ├── lv_ex_img_1.png
│   │   │       │   │   ├── lv_ex_img_1.py
│   │   │       │   │   ├── lv_ex_img_2.c
│   │   │       │   │   ├── lv_ex_img_2.png
│   │   │       │   │   ├── lv_ex_img_3.c
│   │   │       │   │   └── lv_ex_img_3.png
│   │   │       │   ├── lv_ex_imgbtn
│   │   │       │   │   ├── imgbtn_blue.c
│   │   │       │   │   ├── imgbtn_green.c
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_imgbtn_1.c
│   │   │       │   │   └── lv_ex_imgbtn_1.png
│   │   │       │   ├── lv_ex_keyboard
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_keyboard_1.c
│   │   │       │   │   ├── lv_ex_keyboard_1.png
│   │   │       │   │   └── lv_ex_keyboard_1.py
│   │   │       │   ├── lv_ex_label
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_label_1.c
│   │   │       │   │   ├── lv_ex_label_1.png
│   │   │       │   │   ├── lv_ex_label_1.py
│   │   │       │   │   ├── lv_ex_label_2.c
│   │   │       │   │   ├── lv_ex_label_2.png
│   │   │       │   │   ├── lv_ex_label_2.py
│   │   │       │   │   ├── lv_ex_label_3.c
│   │   │       │   │   ├── lv_ex_label_3.png
│   │   │       │   │   └── lv_ex_label_3.py
│   │   │       │   ├── lv_ex_led
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_led_1.c
│   │   │       │   │   ├── lv_ex_led_1.png
│   │   │       │   │   └── lv_ex_led_1.py
│   │   │       │   ├── lv_ex_line
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_line_1.c
│   │   │       │   │   ├── lv_ex_line_1.png
│   │   │       │   │   └── lv_ex_line_1.py
│   │   │       │   ├── lv_ex_linemeter
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_linemeter_1.c
│   │   │       │   │   ├── lv_ex_linemeter_1.png
│   │   │       │   │   └── lv_ex_linemeter_1.py
│   │   │       │   ├── lv_ex_list
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_list_1.c
│   │   │       │   │   ├── lv_ex_list_1.png
│   │   │       │   │   └── lv_ex_list_1.py
│   │   │       │   ├── lv_ex_msgbox
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_msgbox_1.c
│   │   │       │   │   ├── lv_ex_msgbox_1.png
│   │   │       │   │   ├── lv_ex_msgbox_1.py
│   │   │       │   │   ├── lv_ex_msgbox_2.c
│   │   │       │   │   ├── lv_ex_msgbox_2.png
│   │   │       │   │   └── lv_ex_msgbox_2.py
│   │   │       │   ├── lv_ex_obj
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_obj_1.c
│   │   │       │   │   ├── lv_ex_obj_1.png
│   │   │       │   │   └── lv_ex_obj_1.py
│   │   │       │   ├── lv_ex_objmask
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_objmask_1.c
│   │   │       │   │   ├── lv_ex_objmask_1.png
│   │   │       │   │   ├── lv_ex_objmask_2.c
│   │   │       │   │   └── lv_ex_objmask_2.png
│   │   │       │   ├── lv_ex_page
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_page_1.c
│   │   │       │   │   ├── lv_ex_page_1.png
│   │   │       │   │   └── lv_ex_page_1.py
│   │   │       │   ├── lv_ex_roller
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_roller_1.c
│   │   │       │   │   ├── lv_ex_roller_1.png
│   │   │       │   │   └── lv_ex_roller_1.py
│   │   │       │   ├── lv_ex_slider
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_slider_1.c
│   │   │       │   │   ├── lv_ex_slider_1.png
│   │   │       │   │   ├── lv_ex_slider_1.py
│   │   │       │   │   ├── lv_ex_slider_2.c
│   │   │       │   │   ├── lv_ex_slider_2.png
│   │   │       │   │   └── lv_ex_slider_2.py
│   │   │       │   ├── lv_ex_spinbox
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_spinbox_1.c
│   │   │       │   │   ├── lv_ex_spinbox_1.png
│   │   │       │   │   └── lv_ex_spinbox_1.py
│   │   │       │   ├── lv_ex_spinner
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_spinner_1.c
│   │   │       │   │   ├── lv_ex_spinner_1.png
│   │   │       │   │   └── lv_ex_spinner_1.py
│   │   │       │   ├── lv_ex_switch
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_switch_1.c
│   │   │       │   │   ├── lv_ex_switch_1.png
│   │   │       │   │   └── lv_ex_switch_1.py
│   │   │       │   ├── lv_ex_table
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_table_1.c
│   │   │       │   │   ├── lv_ex_table_1.png
│   │   │       │   │   └── lv_ex_table_1.py
│   │   │       │   ├── lv_ex_tabview
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_tabview_1.c
│   │   │       │   │   ├── lv_ex_tabview_1.png
│   │   │       │   │   └── lv_ex_tabview_1.py
│   │   │       │   ├── lv_ex_templ.c
│   │   │       │   ├── lv_ex_textarea
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_textarea_1.c
│   │   │       │   │   ├── lv_ex_textarea_1.png
│   │   │       │   │   ├── lv_ex_textarea_1.py
│   │   │       │   │   ├── lv_ex_textarea_2.c
│   │   │       │   │   ├── lv_ex_textarea_2.png
│   │   │       │   │   ├── lv_ex_textarea_2.py
│   │   │       │   │   ├── lv_ex_textarea_3.c
│   │   │       │   │   └── lv_ex_textarea_3.png
│   │   │       │   ├── lv_ex_tileview
│   │   │       │   │   ├── index.rst
│   │   │       │   │   ├── lv_ex_tileview_1.c
│   │   │       │   │   ├── lv_ex_tileview_1.png
│   │   │       │   │   └── lv_ex_tileview_1.py
│   │   │       │   ├── lv_ex_widgets.h
│   │   │       │   └── lv_ex_win
│   │   │       │       ├── index.rst
│   │   │       │       ├── lv_ex_win_1.c
│   │   │       │       ├── lv_ex_win_1.png
│   │   │       │       └── lv_ex_win_1.py
│   │   │       └── lv_examples.h
│   │   ├── lvgl
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENCE.txt
│   │   │   ├── README.md
│   │   │   ├── docs
│   │   │   │   ├── CODE_OF_CONDUCT.md
│   │   │   │   ├── CODING_STYLE.md
│   │   │   │   └── CONTRIBUTING.md
│   │   │   ├── examples
│   │   │   │   ├── arduino
│   │   │   │   │   ├── ESP32_TFT_eSPI
│   │   │   │   │   │   ├── ESP32_TFT_eSPI.ino
│   │   │   │   │   │   └── README.md
│   │   │   │   │   └── README.md
│   │   │   │   └── porting
│   │   │   │       ├── lv_port_disp_template.c
│   │   │   │       ├── lv_port_disp_template.h
│   │   │   │       ├── lv_port_fs_template.c
│   │   │   │       ├── lv_port_fs_template.h
│   │   │   │       ├── lv_port_indev_template.c
│   │   │   │       └── lv_port_indev_template.h
│   │   │   ├── library.json
│   │   │   ├── lv_conf_template.h
│   │   │   ├── lvgl.h
│   │   │   ├── lvgl.mk
│   │   │   ├── scripts
│   │   │   │   ├── Doxyfile
│   │   │   │   ├── built_in_font
│   │   │   │   │   ├── DejaVuSans.ttf
│   │   │   │   │   ├── FontAwesome5-Solid Brands Regular.woff
│   │   │   │   │   ├── Montserrat-Medium.ttf
│   │   │   │   │   ├── SimSun.woff
│   │   │   │   │   ├── built_in_font_gen.py
│   │   │   │   │   └── generate_all.py
│   │   │   │   ├── code-format.cfg
│   │   │   │   ├── code-format.sh
│   │   │   │   ├── cppcheck_run.sh
│   │   │   │   ├── infer_run.sh
│   │   │   │   ├── lv_conf_checker.py
│   │   │   │   └── release.py
│   │   │   ├── src
│   │   │   │   ├── lv_api_map.h
│   │   │   │   ├── lv_conf_internal.h
│   │   │   │   ├── lv_core
│   │   │   │   │   ├── lv_core.mk
│   │   │   │   │   ├── 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_obj_style_dec.h
│   │   │   │   │   ├── lv_refr.c
│   │   │   │   │   ├── lv_refr.h
│   │   │   │   │   ├── lv_style.c
│   │   │   │   │   └── lv_style.h
│   │   │   │   ├── lv_draw
│   │   │   │   │   ├── lv_draw.h
│   │   │   │   │   ├── lv_draw.mk
│   │   │   │   │   ├── lv_draw_arc.c
│   │   │   │   │   ├── lv_draw_arc.h
│   │   │   │   │   ├── lv_draw_blend.c
│   │   │   │   │   ├── lv_draw_blend.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_mask.c
│   │   │   │   │   ├── lv_draw_mask.h
│   │   │   │   │   ├── lv_draw_rect.c
│   │   │   │   │   ├── lv_draw_rect.h
│   │   │   │   │   ├── lv_draw_triangle.c
│   │   │   │   │   ├── lv_draw_triangle.h
│   │   │   │   │   ├── lv_img_buf.c
│   │   │   │   │   ├── lv_img_buf.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_dejavu_16_persian_hebrew.c
│   │   │   │   │   ├── lv_font_fmt_txt.c
│   │   │   │   │   ├── lv_font_fmt_txt.h
│   │   │   │   │   ├── lv_font_montserrat_12.c
│   │   │   │   │   ├── lv_font_montserrat_12_subpx.c
│   │   │   │   │   ├── lv_font_montserrat_14.c
│   │   │   │   │   ├── lv_font_montserrat_16.c
│   │   │   │   │   ├── lv_font_montserrat_18.c
│   │   │   │   │   ├── lv_font_montserrat_20.c
│   │   │   │   │   ├── lv_font_montserrat_22.c
│   │   │   │   │   ├── lv_font_montserrat_24.c
│   │   │   │   │   ├── lv_font_montserrat_26.c
│   │   │   │   │   ├── lv_font_montserrat_28.c
│   │   │   │   │   ├── lv_font_montserrat_28_compressed.c
│   │   │   │   │   ├── lv_font_montserrat_30.c
│   │   │   │   │   ├── lv_font_montserrat_32.c
│   │   │   │   │   ├── lv_font_montserrat_34.c
│   │   │   │   │   ├── lv_font_montserrat_36.c
│   │   │   │   │   ├── lv_font_montserrat_38.c
│   │   │   │   │   ├── lv_font_montserrat_40.c
│   │   │   │   │   ├── lv_font_montserrat_42.c
│   │   │   │   │   ├── lv_font_montserrat_44.c
│   │   │   │   │   ├── lv_font_montserrat_46.c
│   │   │   │   │   ├── lv_font_montserrat_48.c
│   │   │   │   │   ├── lv_font_simsun_16_cjk.c
│   │   │   │   │   ├── lv_font_unscii_8.c
│   │   │   │   │   └── lv_symbol_def.h
│   │   │   │   ├── lv_gpu
│   │   │   │   │   ├── lv_gpu.mk
│   │   │   │   │   ├── lv_gpu_stm32_dma2d.c
│   │   │   │   │   └── lv_gpu_stm32_dma2d.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_color.c
│   │   │   │   │   ├── lv_color.h
│   │   │   │   │   ├── lv_debug.c
│   │   │   │   │   ├── lv_debug.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_txt_ap.c
│   │   │   │   │   ├── lv_txt_ap.h
│   │   │   │   │   ├── lv_types.h
│   │   │   │   │   ├── lv_utils.c
│   │   │   │   │   └── lv_utils.h
│   │   │   │   ├── lv_themes
│   │   │   │   │   ├── lv_theme.c
│   │   │   │   │   ├── lv_theme.h
│   │   │   │   │   ├── lv_theme_empty.c
│   │   │   │   │   ├── lv_theme_empty.h
│   │   │   │   │   ├── lv_theme_material.c
│   │   │   │   │   ├── lv_theme_material.h
│   │   │   │   │   ├── lv_theme_mono.c
│   │   │   │   │   ├── lv_theme_mono.h
│   │   │   │   │   ├── lv_theme_template.c
│   │   │   │   │   ├── lv_theme_template.h
│   │   │   │   │   └── lv_themes.mk
│   │   │   │   ├── lv_widgets
│   │   │   │   │   ├── lv_arc.c
│   │   │   │   │   ├── lv_arc.h
│   │   │   │   │   ├── lv_bar.c
│   │   │   │   │   ├── lv_bar.h
│   │   │   │   │   ├── lv_btn.c
│   │   │   │   │   ├── lv_btn.h
│   │   │   │   │   ├── lv_btnmatrix.c
│   │   │   │   │   ├── lv_btnmatrix.h
│   │   │   │   │   ├── lv_calendar.c
│   │   │   │   │   ├── lv_calendar.h
│   │   │   │   │   ├── lv_canvas.c
│   │   │   │   │   ├── lv_canvas.h
│   │   │   │   │   ├── lv_chart.c
│   │   │   │   │   ├── lv_chart.h
│   │   │   │   │   ├── lv_checkbox.c
│   │   │   │   │   ├── lv_checkbox.h
│   │   │   │   │   ├── lv_cont.c
│   │   │   │   │   ├── lv_cont.h
│   │   │   │   │   ├── lv_cpicker.c
│   │   │   │   │   ├── lv_cpicker.h
│   │   │   │   │   ├── lv_dropdown.c
│   │   │   │   │   ├── lv_dropdown.h
│   │   │   │   │   ├── lv_gauge.c
│   │   │   │   │   ├── lv_gauge.h
│   │   │   │   │   ├── lv_img.c
│   │   │   │   │   ├── lv_img.h
│   │   │   │   │   ├── lv_imgbtn.c
│   │   │   │   │   ├── lv_imgbtn.h
│   │   │   │   │   ├── lv_keyboard.c
│   │   │   │   │   ├── lv_keyboard.h
│   │   │   │   │   ├── lv_label.c
│   │   │   │   │   ├── lv_label.h
│   │   │   │   │   ├── lv_led.c
│   │   │   │   │   ├── lv_led.h
│   │   │   │   │   ├── lv_line.c
│   │   │   │   │   ├── lv_line.h
│   │   │   │   │   ├── lv_linemeter.c
│   │   │   │   │   ├── lv_linemeter.h
│   │   │   │   │   ├── lv_list.c
│   │   │   │   │   ├── lv_list.h
│   │   │   │   │   ├── lv_msgbox.c
│   │   │   │   │   ├── lv_msgbox.h
│   │   │   │   │   ├── lv_objmask.c
│   │   │   │   │   ├── lv_objmask.h
│   │   │   │   │   ├── lv_objx_templ.c
│   │   │   │   │   ├── lv_objx_templ.h
│   │   │   │   │   ├── lv_page.c
│   │   │   │   │   ├── lv_page.h
│   │   │   │   │   ├── lv_roller.c
│   │   │   │   │   ├── lv_roller.h
│   │   │   │   │   ├── lv_slider.c
│   │   │   │   │   ├── lv_slider.h
│   │   │   │   │   ├── lv_spinbox.c
│   │   │   │   │   ├── lv_spinbox.h
│   │   │   │   │   ├── lv_spinner.c
│   │   │   │   │   ├── lv_spinner.h
│   │   │   │   │   ├── lv_switch.c
│   │   │   │   │   ├── lv_switch.h
│   │   │   │   │   ├── lv_table.c
│   │   │   │   │   ├── lv_table.h
│   │   │   │   │   ├── lv_tabview.c
│   │   │   │   │   ├── lv_tabview.h
│   │   │   │   │   ├── lv_textarea.c
│   │   │   │   │   ├── lv_textarea.h
│   │   │   │   │   ├── lv_tileview.c
│   │   │   │   │   ├── lv_tileview.h
│   │   │   │   │   ├── lv_widgets.mk
│   │   │   │   │   ├── lv_win.c
│   │   │   │   │   └── lv_win.h
│   │   │   │   └── lvgl.h
│   │   │   └── tests
│   │   │       ├── Makefile
│   │   │       ├── build.py
│   │   │       ├── icon.png
│   │   │       ├── icon2.png
│   │   │       ├── lv_test_assert.c
│   │   │       ├── lv_test_assert.h
│   │   │       ├── lv_test_conf.h
│   │   │       ├── lv_test_core
│   │   │       │   ├── lv_test_core.c
│   │   │       │   ├── lv_test_core.h
│   │   │       │   ├── lv_test_obj.c
│   │   │       │   ├── lv_test_obj.h
│   │   │       │   ├── lv_test_style.c
│   │   │       │   └── lv_test_style.h
│   │   │       ├── lv_test_main.c
│   │   │       ├── lv_test_objx
│   │   │       │   ├── lv_test_cont.c
│   │   │       │   └── lv_test_cont.h
│   │   │       └── lv_test_ref_imgs
│   │   │           └── lv_test_obj_1_1.png
│   │   ├── main.c
│   │   ├── visual_studio_2017_sdl.vcxproj
│   │   ├── visual_studio_2017_sdl.vcxproj.filters
│   │   ├── visual_studio_2017_sdl.vcxproj.user
│   │   └── x64
│   │       └── Debug
│   │           ├── AD_touch.obj
│   │           ├── FT5406EE8.obj
│   │           ├── R61581.obj
│   │           ├── SHARP_MIP.obj
│   │           ├── SSD1963.obj
│   │           ├── ST7565.obj
│   │           ├── UC1610.obj
│   │           ├── XPT2046.obj
│   │           ├── evdev.obj
│   │           ├── fbdev.obj
│   │           ├── img_cogwheel_alpha16.obj
│   │           ├── img_cogwheel_argb.obj
│   │           ├── img_cogwheel_chroma_keyed.obj
│   │           ├── img_cogwheel_indexed16.obj
│   │           ├── img_cogwheel_rgb.obj
│   │           ├── imgbtn_blue.obj
│   │           ├── imgbtn_green.obj
│   │           ├── keyboard.obj
│   │           ├── libinput.obj
│   │           ├── lv_anim.obj
│   │           ├── lv_arc.obj
│   │           ├── lv_area.obj
│   │           ├── lv_async.obj
│   │           ├── lv_bar.obj
│   │           ├── lv_bidi.obj
│   │           ├── lv_btn.obj
│   │           ├── lv_btnmatrix.obj
│   │           ├── lv_calendar.obj
│   │           ├── lv_canvas.obj
│   │           ├── lv_chart.obj
│   │           ├── lv_checkbox.obj
│   │           ├── lv_color.obj
│   │           ├── lv_cont.obj
│   │           ├── lv_cpicker.obj
│   │           ├── lv_debug.obj
│   │           ├── lv_demo_benchmark.obj
│   │           ├── lv_demo_keypad_encoder.obj
│   │           ├── lv_demo_printer.obj
│   │           ├── lv_demo_printer_icon_bright.obj
│   │           ├── lv_demo_printer_icon_eco.obj
│   │           ├── lv_demo_printer_icon_hue.obj
│   │           ├── lv_demo_printer_icon_pc.obj
│   │           ├── lv_demo_printer_icon_tel.obj
│   │           ├── lv_demo_printer_icon_wifi.obj
│   │           ├── lv_demo_printer_img_btn_bg_1.obj
│   │           ├── lv_demo_printer_img_btn_bg_2.obj
│   │           ├── lv_demo_printer_img_btn_bg_3.obj
│   │           ├── lv_demo_printer_img_btn_bg_4.obj
│   │           ├── lv_demo_printer_img_cloud.obj
│   │           ├── lv_demo_printer_img_copy.obj
│   │           ├── lv_demo_printer_img_internet.obj
│   │           ├── lv_demo_printer_img_mobile.obj
│   │           ├── lv_demo_printer_img_no_internet.obj
│   │           ├── lv_demo_printer_img_phone.obj
│   │           ├── lv_demo_printer_img_print.obj
│   │           ├── lv_demo_printer_img_printer2.obj
│   │           ├── lv_demo_printer_img_ready.obj
│   │           ├── lv_demo_printer_img_scan.obj
│   │           ├── lv_demo_printer_img_scan_example.obj
│   │           ├── lv_demo_printer_img_setup.obj
│   │           ├── lv_demo_printer_img_usb.obj
│   │           ├── lv_demo_printer_img_wave.obj
│   │           ├── lv_demo_printer_theme.obj
│   │           ├── lv_demo_stress.obj
│   │           ├── lv_demo_widgets.obj
│   │           ├── lv_disp.obj
│   │           ├── lv_draw_arc.obj
│   │           ├── lv_draw_blend.obj
│   │           ├── lv_draw_img.obj
│   │           ├── lv_draw_label.obj
│   │           ├── lv_draw_line.obj
│   │           ├── lv_draw_mask.obj
│   │           ├── lv_draw_rect.obj
│   │           ├── lv_draw_triangle.obj
│   │           ├── lv_dropdown.obj
│   │           ├── lv_ex_arc_1.obj
│   │           ├── lv_ex_arc_2.obj
│   │           ├── lv_ex_bar_1.obj
│   │           ├── lv_ex_btn_1.obj
│   │           ├── lv_ex_btn_2.obj
│   │           ├── lv_ex_btnmatrix_1.obj
│   │           ├── lv_ex_calendar_1.obj
│   │           ├── lv_ex_canvas_1.obj
│   │           ├── lv_ex_canvas_2.obj
│   │           ├── lv_ex_chart_1.obj
│   │           ├── lv_ex_chart_2.obj
│   │           ├── lv_ex_checkbox_1.obj
│   │           ├── lv_ex_cont_1.obj
│   │           ├── lv_ex_cpicker_1.obj
│   │           ├── lv_ex_cpicker_2.obj
│   │           ├── lv_ex_dropdown_1.obj
│   │           ├── lv_ex_dropdown_2.obj
│   │           ├── lv_ex_gauge_1.obj
│   │           ├── lv_ex_get_started_1.obj
│   │           ├── lv_ex_get_started_2.obj
│   │           ├── lv_ex_get_started_3.obj
│   │           ├── lv_ex_img_1.obj
│   │           ├── lv_ex_img_2.obj
│   │           ├── lv_ex_img_3.obj
│   │           ├── lv_ex_imgbtn_1.obj
│   │           ├── lv_ex_keyboard_1.obj
│   │           ├── lv_ex_label_1.obj
│   │           ├── lv_ex_label_2.obj
│   │           ├── lv_ex_label_3.obj
│   │           ├── lv_ex_led_1.obj
│   │           ├── lv_ex_line_1.obj
│   │           ├── lv_ex_linemeter_1.obj
│   │           ├── lv_ex_list_1.obj
│   │           ├── lv_ex_msgbox_1.obj
│   │           ├── lv_ex_msgbox_2.obj
│   │           ├── lv_ex_obj_1.obj
│   │           ├── lv_ex_objmask_1.obj
│   │           ├── lv_ex_objmask_2.obj
│   │           ├── lv_ex_page_1.obj
│   │           ├── lv_ex_roller_1.obj
│   │           ├── lv_ex_slider_1.obj
│   │           ├── lv_ex_slider_2.obj
│   │           ├── lv_ex_spinbox_1.obj
│   │           ├── lv_ex_spinner_1.obj
│   │           ├── lv_ex_style_1.obj
│   │           ├── lv_ex_style_10.obj
│   │           ├── lv_ex_style_11.obj
│   │           ├── lv_ex_style_2.obj
│   │           ├── lv_ex_style_3.obj
│   │           ├── lv_ex_style_4.obj
│   │           ├── lv_ex_style_5.obj
│   │           ├── lv_ex_style_6.obj
│   │           ├── lv_ex_style_7.obj
│   │           ├── lv_ex_style_8.obj
│   │           ├── lv_ex_style_9.obj
│   │           ├── lv_ex_switch_1.obj
│   │           ├── lv_ex_table_1.obj
│   │           ├── lv_ex_tabview_1.obj
│   │           ├── lv_ex_templ.obj
│   │           ├── lv_ex_textarea_1.obj
│   │           ├── lv_ex_textarea_2.obj
│   │           ├── lv_ex_tileview_1.obj
│   │           ├── lv_ex_win_1.obj
│   │           ├── lv_font.obj
│   │           ├── lv_font_dejavu_16_persian_hebrew.obj
│   │           ├── lv_font_fmt_txt.obj
│   │           ├── lv_font_montserrat_12.obj
│   │           ├── lv_font_montserrat_12_compr_az.obj
│   │           ├── lv_font_montserrat_12_subpx.obj
│   │           ├── lv_font_montserrat_14.obj
│   │           ├── lv_font_montserrat_16.obj
│   │           ├── lv_font_montserrat_16_compr_az.obj
│   │           ├── lv_font_montserrat_18.obj
│   │           ├── lv_font_montserrat_20.obj
│   │           ├── lv_font_montserrat_22.obj
│   │           ├── lv_font_montserrat_24.obj
│   │           ├── lv_font_montserrat_26.obj
│   │           ├── lv_font_montserrat_28.obj
│   │           ├── lv_font_montserrat_28_compr_az.obj
│   │           ├── lv_font_montserrat_28_compressed.obj
│   │           ├── lv_font_montserrat_30.obj
│   │           ├── lv_font_montserrat_32.obj
│   │           ├── lv_font_montserrat_34.obj
│   │           ├── lv_font_montserrat_36.obj
│   │           ├── lv_font_montserrat_38.obj
│   │           ├── lv_font_montserrat_40.obj
│   │           ├── lv_font_montserrat_42.obj
│   │           ├── lv_font_montserrat_44.obj
│   │           ├── lv_font_montserrat_46.obj
│   │           ├── lv_font_montserrat_48.obj
│   │           ├── lv_font_simsun_16_cjk.obj
│   │           ├── lv_font_unscii_8.obj
│   │           ├── lv_fs.obj
│   │           ├── lv_gauge.obj
│   │           ├── lv_gc.obj
│   │           ├── lv_gpu_stm32_dma2d.obj
│   │           ├── lv_group.obj
│   │           ├── lv_hal_disp.obj
│   │           ├── lv_hal_indev.obj
│   │           ├── lv_hal_tick.obj
│   │           ├── lv_img.obj
│   │           ├── lv_img_buf.obj
│   │           ├── lv_img_cache.obj
│   │           ├── lv_img_decoder.obj
│   │           ├── lv_imgbtn.obj
│   │           ├── lv_indev.obj
│   │           ├── lv_keyboard.obj
│   │           ├── lv_label.obj
│   │           ├── lv_led.obj
│   │           ├── lv_line.obj
│   │           ├── lv_linemeter.obj
│   │           ├── lv_list.obj
│   │           ├── lv_ll.obj
│   │           ├── lv_log.obj
│   │           ├── lv_math.obj
│   │           ├── lv_mem.obj
│   │           ├── lv_msgbox.obj
│   │           ├── lv_obj.obj
│   │           ├── lv_objmask.obj
│   │           ├── lv_objx_templ.obj
│   │           ├── lv_page.obj
│   │           ├── lv_printf.obj
│   │           ├── lv_refr.obj
│   │           ├── lv_roller.obj
│   │           ├── lv_sim_v.6F59884D.tlog
│   │           │   ├── CL.command.1.tlog
│   │           │   ├── CL.read.1.tlog
│   │           │   ├── CL.write.1.tlog
│   │           │   ├── link.command.1.tlog
│   │           │   ├── link.read.1.tlog
│   │           │   ├── link.write.1.tlog
│   │           │   └── lv_sim_visual_studio_sdl.lastbuildstate
│   │           ├── lv_sim_visual_studio_sdl.Build.CppClean.log
│   │           ├── lv_sim_visual_studio_sdl.exe.recipe
│   │           ├── lv_slider.obj
│   │           ├── lv_spinbox.obj
│   │           ├── lv_spinner.obj
│   │           ├── lv_style.obj
│   │           ├── lv_switch.obj
│   │           ├── lv_table.obj
│   │           ├── lv_tabview.obj
│   │           ├── lv_task.obj
│   │           ├── lv_templ.obj
│   │           ├── lv_textarea.obj
│   │           ├── lv_theme.obj
│   │           ├── lv_theme_empty.obj
│   │           ├── lv_theme_material.obj
│   │           ├── lv_theme_mono.obj
│   │           ├── lv_theme_template.obj
│   │           ├── lv_tileview.obj
│   │           ├── lv_txt.obj
│   │           ├── lv_txt_ap.obj
│   │           ├── lv_utils.obj
│   │           ├── lv_win.obj
│   │           ├── main.obj
│   │           ├── monitor.obj
│   │           ├── mouse.obj
│   │           ├── mousewheel.obj
│   │           ├── vc142.idb
│   │           ├── vc142.pdb
│   │           ├── visual_studio_2017_sdl.log
│   │           ├── visual_studio_2017_sdl.vcxproj.FileListAbsolute.txt
│   │           └── win_drv.obj
│   └── x64
│       └── Debug
│           ├── lv_sim_visual_studio_sdl.exe
│           ├── lv_sim_visual_studio_sdl.ilk
│           └── lv_sim_visual_studio_sdl.pdb
└── lvgl vc模拟.zip

86 directories, 939 files



标签: LVGL lv VC 模拟

实例下载地址

lvgl模拟代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警