在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → FR8003富芮坤蓝牙芯片程序

FR8003富芮坤蓝牙芯片程序

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:100.74M
  • 下载次数:6
  • 浏览次数:56
  • 发布时间:2023-10-09
  • 实例类别:嵌入式开发
  • 发 布 人:yuri_su
  • 文件格式:.7z
  • 所需积分:4
 相关标签: 8003 蓝牙

实例介绍

【实例简介】FR8003富芮坤蓝牙芯片程序

【实例截图】

from clipboard

【核心代码】

.
├── FR8003富芮坤蓝牙芯片程序.7z
└── fr8000-2308
    └── fr8000
        ├── components
        │   ├── ble
        │   │   ├── include
        │   │   │   ├── ble_hl_error.h
        │   │   │   ├── ble_stack.h
        │   │   │   ├── gap
        │   │   │   │   └── gap_api.h
        │   │   │   ├── gatt
        │   │   │   │   ├── gatt_api.h
        │   │   │   │   ├── gatt_sig_uuid.c
        │   │   │   │   └── gatt_sig_uuid.h
        │   │   │   └── mesh
        │   │   │       ├── mesh_api.h
        │   │   │       ├── mesh_sig_model_id.h
        │   │   │       └── mesh_sig_msg.h
        │   │   ├── library
        │   │   │   ├── fr8000_mcu.lib
        │   │   │   ├── fr8000_stack.lib
        │   │   │   ├── libfr800x_stack.a
        │   │   │   ├── syscall.txt
        │   │   │   └── syscall_gcc.txt
        │   │   └── profiles
        │   │       ├── ble_AMS
        │   │       │   ├── AMS_client.c
        │   │       │   ├── AMS_client.h
        │   │       │   └── 说明.txt
        │   │       ├── ble_ANCS
        │   │       │   ├── ANCS_client.c
        │   │       │   ├── ANCS_client.h
        │   │       │   └── 说明.txt
        │   │       ├── ble_ANCS_AMCS
        │   │       │   ├── AMS_client.c
        │   │       │   ├── AMS_client.h
        │   │       │   ├── ANCS_AMS_client.c
        │   │       │   ├── ANCS_AMS_client.h
        │   │       │   └── 说明.txt
        │   │       ├── ble_AirSync
        │   │       │   ├── airsync_service.c
        │   │       │   ├── airsync_service.h
        │   │       │   └── 说明.txt
        │   │       ├── ble_audio_profile
        │   │       │   ├── speaker_service.c
        │   │       │   └── speaker_service.h
        │   │       ├── ble_batt
        │   │       │   ├── batt_service.c
        │   │       │   └── batt_service.h
        │   │       ├── ble_cts
        │   │       │   ├── cts.c
        │   │       │   └── cts.h
        │   │       ├── ble_dev_info
        │   │       │   ├── dev_info_service.c
        │   │       │   └── dev_info_service.h
        │   │       ├── ble_hid
        │   │       │   ├── hid_service.c
        │   │       │   └── hid_service.h
        │   │       ├── ble_mesh_models
        │   │       │   ├── light_models.c
        │   │       │   └── light_models.h
        │   │       ├── ble_ota
        │   │       │   ├── crc32.h
        │   │       │   ├── ota.c
        │   │       │   ├── ota.h
        │   │       │   ├── ota_service.c
        │   │       │   └── ota_service.h
        │   │       └── ble_simple_profile
        │   │           ├── simple_gatt_service.c
        │   │           └── simple_gatt_service.h
        │   ├── driver
        │   │   ├── components
        │   │   │   ├── display
        │   │   │   │   ├── driver_display.c
        │   │   │   │   ├── driver_display.h
        │   │   │   │   ├── driver_gc9c01.c
        │   │   │   │   ├── driver_gc9c01.h
        │   │   │   │   ├── driver_jd9854.c
        │   │   │   │   ├── driver_jd9854.h
        │   │   │   │   ├── driver_rm69330.c
        │   │   │   │   └── driver_rm69330.h
        │   │   │   ├── spi_flash
        │   │   │   │   ├── IC_W25Qxx.c
        │   │   │   │   └── IC_W25Qxx.h
        │   │   │   └── touchpad
        │   │   │       ├── driver_touchpad.c
        │   │   │       └── driver_touchpad.h
        │   │   ├── driver_adc.c
        │   │   ├── driver_dma.c
        │   │   ├── driver_efuse.c
        │   │   ├── driver_flash.c
        │   │   ├── driver_gpio.c
        │   │   ├── driver_i2c.c
        │   │   ├── driver_i2s.c
        │   │   ├── driver_if8080.c
        │   │   ├── driver_keyscan.c
        │   │   ├── driver_pdm.c
        │   │   ├── driver_pmu.c
        │   │   ├── driver_pmu_pwm.c
        │   │   ├── driver_psram.c
        │   │   ├── driver_pwm.c
        │   │   ├── driver_rtc.c
        │   │   ├── driver_spi_master.c
        │   │   ├── driver_spi_slave.c
        │   │   ├── driver_system.c
        │   │   ├── driver_timer.c
        │   │   ├── driver_uart_ex.c
        │   │   ├── driver_wdt.c
        │   │   ├── drv_common
        │   │   │   ├── drv_common.h
        │   │   │   ├── drv_common_bitops.h
        │   │   │   ├── drv_common_dbc.h
        │   │   │   ├── drv_common_errno.h
        │   │   │   ├── drv_common_io.h
        │   │   │   ├── drv_common_list.h
        │   │   │   └── drv_common_types.h
        │   │   ├── fr8000_it.c
        │   │   ├── include
        │   │   │   ├── driver_adc.h
        │   │   │   ├── driver_dma.h
        │   │   │   ├── driver_efuse.h
        │   │   │   ├── driver_flash.h
        │   │   │   ├── driver_frspim.h
        │   │   │   ├── driver_gpio.h
        │   │   │   ├── driver_i2c.h
        │   │   │   ├── driver_i2s.h
        │   │   │   ├── driver_if8080.h
        │   │   │   ├── driver_keyscan.h
        │   │   │   ├── driver_pdm.h
        │   │   │   ├── driver_pmu.h
        │   │   │   ├── driver_pmu_pwm.h
        │   │   │   ├── driver_psram.h
        │   │   │   ├── driver_pwm.h
        │   │   │   ├── driver_qspi.h
        │   │   │   ├── driver_rtc.h
        │   │   │   ├── driver_spi.h
        │   │   │   ├── driver_system.h
        │   │   │   ├── driver_timer.h
        │   │   │   ├── driver_uart.h
        │   │   │   ├── driver_uart_ex.h
        │   │   │   ├── driver_wdt.h
        │   │   │   ├── uart_private.h
        │   │   │   ├── usb_audio.h
        │   │   │   ├── usb_cdc.h
        │   │   │   ├── usb_core.h
        │   │   │   ├── usb_dev.h
        │   │   │   ├── usb_hid.h
        │   │   │   ├── usb_mass_storage.h
        │   │   │   └── usb_winusb.h
        │   │   ├── usb_audio.c
        │   │   ├── usb_cdc.c
        │   │   ├── usb_core.c
        │   │   ├── usb_dev.c
        │   │   ├── usb_hid.c
        │   │   ├── usb_mass_storage.c
        │   │   └── usb_winusb.c
        │   ├── modules
        │   │   ├── RTT
        │   │   ├── aes_cbc
        │   │   │   ├── aes_cbc.c
        │   │   │   └── aes_cbc.h
        │   │   ├── button
        │   │   │   ├── button.c
        │   │   │   └── button.h
        │   │   ├── common
        │   │   │   ├── include
        │   │   │   │   ├── co_list.h
        │   │   │   │   ├── co_log.h
        │   │   │   │   ├── co_math.h
        │   │   │   │   └── co_printf.h
        │   │   │   └── src
        │   │   │       └── co_log.c
        │   │   ├── crc32
        │   │   │   └── crc32.h
        │   │   ├── freertos
        │   │   │   ├── croutine.c
        │   │   │   ├── event_groups.c
        │   │   │   ├── include
        │   │   │   │   ├── FreeRTOS.h
        │   │   │   │   ├── FreeRTOSConfig.h
        │   │   │   │   ├── StackMacros.h
        │   │   │   │   ├── croutine.h
        │   │   │   │   ├── deprecated_definitions.h
        │   │   │   │   ├── event_groups.h
        │   │   │   │   ├── list.h
        │   │   │   │   ├── message_buffer.h
        │   │   │   │   ├── mpu_prototypes.h
        │   │   │   │   ├── mpu_wrappers.h
        │   │   │   │   ├── portable.h
        │   │   │   │   ├── projdefs.h
        │   │   │   │   ├── queue.h
        │   │   │   │   ├── semphr.h
        │   │   │   │   ├── stack_macros.h
        │   │   │   │   ├── stdint.readme
        │   │   │   │   ├── stream_buffer.h
        │   │   │   │   ├── task.h
        │   │   │   │   └── timers.h
        │   │   │   ├── list.c
        │   │   │   ├── portable
        │   │   │   │   ├── MemMang
        │   │   │   │   │   ├── ReadMe.url
        │   │   │   │   │   ├── heap_1.c
        │   │   │   │   │   ├── heap_2.c
        │   │   │   │   │   ├── heap_3.c
        │   │   │   │   │   ├── heap_4.c
        │   │   │   │   │   ├── heap_5.c
        │   │   │   │   │   └── heap_6.c
        │   │   │   │   ├── gcc
        │   │   │   │   │   └── portmacro.h
        │   │   │   │   └── keil
        │   │   │   │       └── ARM_CM3
        │   │   │   │           ├── port.c
        │   │   │   │           ├── port_sleep.c
        │   │   │   │           └── portmacro.h
        │   │   │   ├── queue.c
        │   │   │   ├── stream_buffer.c
        │   │   │   ├── tasks.c
        │   │   │   └── timers.c
        │   │   ├── gui
        │   │   │   ├── lvgl
        │   │   │   │   ├── examples
        │   │   │   │   │   ├── LVGL_Arduino.ino
        │   │   │   │   │   ├── arduino
        │   │   │   │   │   │   └── LVGL_Arduino.ino
        │   │   │   │   │   ├── assets
        │   │   │   │   │   │   ├── caret_down.png
        │   │   │   │   │   │   ├── img_caret_down.c
        │   │   │   │   │   │   ├── 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
        │   │   │   │   │   │   ├── img_hand.c
        │   │   │   │   │   │   ├── img_hand_min.png
        │   │   │   │   │   │   ├── img_skew_strip.c
        │   │   │   │   │   │   ├── img_star.c
        │   │   │   │   │   │   ├── imgbtn_left.c
        │   │   │   │   │   │   ├── imgbtn_left.png
        │   │   │   │   │   │   ├── imgbtn_mid.c
        │   │   │   │   │   │   ├── imgbtn_mid.png
        │   │   │   │   │   │   ├── imgbtn_right.c
        │   │   │   │   │   │   ├── imgbtn_right.png
        │   │   │   │   │   │   ├── skew_strip.png
        │   │   │   │   │   │   └── star.png
        │   │   │   │   │   ├── examples.mk
        │   │   │   │   │   ├── get_started
        │   │   │   │   │   │   ├── lv_example_get_started.h
        │   │   │   │   │   │   ├── lv_example_get_started_1.c
        │   │   │   │   │   │   ├── lv_example_get_started_2.c
        │   │   │   │   │   │   └── lv_example_get_started_3.c
        │   │   │   │   │   ├── layouts
        │   │   │   │   │   │   ├── flex
        │   │   │   │   │   │   │   ├── lv_example_flex.h
        │   │   │   │   │   │   │   ├── lv_example_flex_1.c
        │   │   │   │   │   │   │   ├── lv_example_flex_2.c
        │   │   │   │   │   │   │   ├── lv_example_flex_3.c
        │   │   │   │   │   │   │   ├── lv_example_flex_4.c
        │   │   │   │   │   │   │   ├── lv_example_flex_5.c
        │   │   │   │   │   │   │   └── lv_example_flex_6.c
        │   │   │   │   │   │   ├── grid
        │   │   │   │   │   │   │   ├── lv_example_grid.h
        │   │   │   │   │   │   │   ├── lv_example_grid_1.c
        │   │   │   │   │   │   │   ├── lv_example_grid_2.c
        │   │   │   │   │   │   │   ├── lv_example_grid_3.c
        │   │   │   │   │   │   │   ├── lv_example_grid_4.c
        │   │   │   │   │   │   │   ├── lv_example_grid_5.c
        │   │   │   │   │   │   │   └── lv_example_grid_6.c
        │   │   │   │   │   │   └── lv_example_layout.h
        │   │   │   │   │   ├── lv_examples.h
        │   │   │   │   │   ├── 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
        │   │   │   │   │   ├── scroll
        │   │   │   │   │   │   ├── lv_example_scroll.h
        │   │   │   │   │   │   ├── lv_example_scroll_1.c
        │   │   │   │   │   │   ├── lv_example_scroll_2.c
        │   │   │   │   │   │   └── lv_example_scroll_3.c
        │   │   │   │   │   ├── styles
        │   │   │   │   │   │   ├── lv_example_style.h
        │   │   │   │   │   │   ├── lv_example_style_1.c
        │   │   │   │   │   │   ├── lv_example_style_10.c
        │   │   │   │   │   │   ├── lv_example_style_11.c
        │   │   │   │   │   │   ├── lv_example_style_2.c
        │   │   │   │   │   │   ├── lv_example_style_3.c
        │   │   │   │   │   │   ├── lv_example_style_4.c
        │   │   │   │   │   │   ├── lv_example_style_6.c
        │   │   │   │   │   │   ├── lv_example_style_7.c
        │   │   │   │   │   │   ├── lv_example_style_8.c
        │   │   │   │   │   │   └── lv_example_style_9.c
        │   │   │   │   │   └── widgets
        │   │   │   │   │       ├── arc
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_arc_1.c
        │   │   │   │   │       │   ├── lv_example_arc_1.py
        │   │   │   │   │       │   ├── lv_example_arc_2.c
        │   │   │   │   │       │   └── lv_example_arc_2.py
        │   │   │   │   │       ├── bar
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_bar_1.c
        │   │   │   │   │       │   ├── lv_example_bar_1.py
        │   │   │   │   │       │   ├── lv_example_bar_2.c
        │   │   │   │   │       │   ├── lv_example_bar_3.c
        │   │   │   │   │       │   ├── lv_example_bar_4.c
        │   │   │   │   │       │   ├── lv_example_bar_5.c
        │   │   │   │   │       │   └── lv_example_bar_6.c
        │   │   │   │   │       ├── btn
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_btn_1.c
        │   │   │   │   │       │   ├── lv_example_btn_1.py
        │   │   │   │   │       │   ├── lv_example_btn_2.c
        │   │   │   │   │       │   └── lv_example_btn_3.c
        │   │   │   │   │       ├── btnmatrix
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_btnmatrix_1.c
        │   │   │   │   │       │   ├── lv_example_btnmatrix_1.py
        │   │   │   │   │       │   ├── lv_example_btnmatrix_2.c
        │   │   │   │   │       │   └── lv_example_btnmatrix_3.c
        │   │   │   │   │       ├── calendar
        │   │   │   │   │       │   └── lv_example_calendar_1.c
        │   │   │   │   │       ├── canvas
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_canvas_1.c
        │   │   │   │   │       │   ├── lv_example_canvas_1.py
        │   │   │   │   │       │   ├── lv_example_canvas_2.c
        │   │   │   │   │       │   └── lv_example_canvas_2.py
        │   │   │   │   │       ├── chart
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_chart_1.c
        │   │   │   │   │       │   ├── lv_example_chart_1.py
        │   │   │   │   │       │   ├── lv_example_chart_2.c
        │   │   │   │   │       │   ├── lv_example_chart_3.c
        │   │   │   │   │       │   ├── lv_example_chart_4.c
        │   │   │   │   │       │   ├── lv_example_chart_5.c
        │   │   │   │   │       │   └── lv_example_chart_6.c
        │   │   │   │   │       ├── checkbox
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_checkbox_1.c
        │   │   │   │   │       │   └── lv_example_checkbox_1.py
        │   │   │   │   │       ├── colorwheel
        │   │   │   │   │       │   └── lv_example_colorwheel_1.c
        │   │   │   │   │       ├── dropdown
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_dropdown_1.c
        │   │   │   │   │       │   ├── lv_example_dropdown_1.py
        │   │   │   │   │       │   ├── lv_example_dropdown_2.c
        │   │   │   │   │       │   ├── lv_example_dropdown_2.py
        │   │   │   │   │       │   └── lv_example_dropdown_3.c
        │   │   │   │   │       ├── img
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_img_1.c
        │   │   │   │   │       │   ├── lv_example_img_1.py
        │   │   │   │   │       │   ├── lv_example_img_2.c
        │   │   │   │   │       │   ├── lv_example_img_3.c
        │   │   │   │   │       │   └── lv_example_img_4.c
        │   │   │   │   │       ├── imgbtn
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   └── lv_example_imgbtn_1.c
        │   │   │   │   │       ├── keyboard
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_keyboard_1.c
        │   │   │   │   │       │   └── lv_example_keyboard_1.py
        │   │   │   │   │       ├── label
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_label_1.c
        │   │   │   │   │       │   ├── lv_example_label_1.py
        │   │   │   │   │       │   ├── lv_example_label_2.c
        │   │   │   │   │       │   └── lv_example_label_2.py
        │   │   │   │   │       ├── led
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_led_1.c
        │   │   │   │   │       │   └── lv_example_led_1.py
        │   │   │   │   │       ├── line
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_line_1.c
        │   │   │   │   │       │   └── lv_example_line_1.py
        │   │   │   │   │       ├── list
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_list_1.c
        │   │   │   │   │       │   └── lv_example_list_1.py
        │   │   │   │   │       ├── lv_example_widgets.h
        │   │   │   │   │       ├── meter
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_meter_1.c
        │   │   │   │   │       │   ├── lv_example_meter_2.c
        │   │   │   │   │       │   ├── lv_example_meter_3.c
        │   │   │   │   │       │   └── lv_example_meter_4.c
        │   │   │   │   │       ├── msgbox
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_msgbox_1.c
        │   │   │   │   │       │   ├── lv_example_msgbox_1.py
        │   │   │   │   │       │   └── lv_example_msgbox_2.py
        │   │   │   │   │       ├── obj
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_obj_1.c
        │   │   │   │   │       │   └── lv_example_obj_1.py
        │   │   │   │   │       ├── roller
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_roller_1.c
        │   │   │   │   │       │   ├── lv_example_roller_1.py
        │   │   │   │   │       │   └── lv_example_roller_2.c
        │   │   │   │   │       ├── slider
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_slider_1.c
        │   │   │   │   │       │   ├── lv_example_slider_1.py
        │   │   │   │   │       │   ├── lv_example_slider_2.c
        │   │   │   │   │       │   ├── lv_example_slider_2.py
        │   │   │   │   │       │   └── lv_example_slider_3.c
        │   │   │   │   │       ├── spinbox
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_spinbox_1.c
        │   │   │   │   │       │   └── lv_example_spinbox_1.py
        │   │   │   │   │       ├── spinner
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_spinner_1.c
        │   │   │   │   │       │   └── lv_example_spinner_1.py
        │   │   │   │   │       ├── switch
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_switch_1.c
        │   │   │   │   │       │   └── lv_example_switch_1.py
        │   │   │   │   │       ├── table
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_table_1.c
        │   │   │   │   │       │   ├── lv_example_table_1.py
        │   │   │   │   │       │   └── lv_example_table_2.c
        │   │   │   │   │       ├── tabview
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_tabview_1.c
        │   │   │   │   │       │   └── lv_example_tabview_1.py
        │   │   │   │   │       ├── textarea
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_textarea_1.c
        │   │   │   │   │       │   ├── lv_example_textarea_1.py
        │   │   │   │   │       │   ├── lv_example_textarea_2.c
        │   │   │   │   │       │   ├── lv_example_textarea_2.py
        │   │   │   │   │       │   └── lv_example_textarea_3.c
        │   │   │   │   │       ├── tileview
        │   │   │   │   │       │   ├── index.rst
        │   │   │   │   │       │   ├── lv_example_tileview_1.c
        │   │   │   │   │       │   └── lv_example_tileview_1.py
        │   │   │   │   │       └── win
        │   │   │   │   │           └── lv_example_win_1.c
        │   │   │   │   ├── lv_conf_template.h
        │   │   │   │   ├── lvgl.h
        │   │   │   │   ├── src
        │   │   │   │   │   ├── lv_api_map.h
        │   │   │   │   │   ├── lv_conf_internal.h
        │   │   │   │   │   ├── lv_conf_kconfig.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_loader.c
        │   │   │   │   │   │   ├── lv_font_loader.h
        │   │   │   │   │   │   ├── lv_font_montserrat_10.c
        │   │   │   │   │   │   ├── 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_montserrat_8.c
        │   │   │   │   │   │   ├── lv_font_simsun_16_cjk.c
        │   │   │   │   │   │   ├── lv_font_unscii_16.c
        │   │   │   │   │   │   ├── lv_font_unscii_8.c
        │   │   │   │   │   │   └── lv_symbol_def.h
        │   │   │   │   │   ├── lv_gpu
        │   │   │   │   │   │   ├── lv_gpu.mk
        │   │   │   │   │   │   ├── lv_gpu_nxp_pxp.c
        │   │   │   │   │   │   ├── lv_gpu_nxp_pxp.h
        │   │   │   │   │   │   ├── lv_gpu_nxp_pxp_osa.c
        │   │   │   │   │   │   ├── lv_gpu_nxp_pxp_osa.h
        │   │   │   │   │   │   ├── lv_gpu_nxp_vglite.c
        │   │   │   │   │   │   ├── lv_gpu_nxp_vglite.h
        │   │   │   │   │   │   ├── 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
        │   │   │   │       ├── font_1.fnt
        │   │   │   │       ├── font_2.fnt
        │   │   │   │       ├── font_3.fnt
        │   │   │   │       ├── 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_font_loader.c
        │   │   │   │       │   ├── lv_test_font_loader.h
        │   │   │   │       │   ├── lv_test_obj.c
        │   │   │   │       │   ├── lv_test_obj.h
        │   │   │   │       │   ├── lv_test_style.c
        │   │   │   │       │   └── lv_test_style.h
        │   │   │   │       ├── lv_test_fonts
        │   │   │   │       │   ├── font_1.c
        │   │   │   │       │   ├── font_2.c
        │   │   │   │       │   └── font_3.c
        │   │   │   │       ├── lv_test_main.c
        │   │   │   │       ├── lv_test_ref_imgs
        │   │   │   │       │   └── lv_test_img32_label_1.png
        │   │   │   │       └── lv_test_widgets
        │   │   │   │           ├── lv_test_label.c
        │   │   │   │           └── lv_test_label.h
        │   │   │   └── lvgl_examples
        │   │   │       ├── assets
        │   │   │       │   ├── blue_flower_32.bin
        │   │   │       │   ├── img_cogwheel_argb.bin
        │   │   │       │   ├── img_cogwheel_rgb565.bin
        │   │   │       │   ├── img_hand_argb.bin
        │   │   │       │   ├── img_hand_rgb565.bin
        │   │   │       │   ├── imgbtn_blue_argb.bin
        │   │   │       │   ├── imgbtn_blue_rgb565.bin
        │   │   │       │   ├── imgbtn_green_argb.bin
        │   │   │       │   └── imgbtn_green_rgb565.bin
        │   │   │       ├── lv_ex_conf_template.h
        │   │   │       ├── lv_examples.h
        │   │   │       └── src
        │   │   │           ├── 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
        │   │   │           │   ├── img_hand.c
        │   │   │           │   ├── img_hand.png
        │   │   │           │   ├── lv_font_montserrat_12_compr_az.c
        │   │   │           │   ├── lv_font_montserrat_16_compr_az.c
        │   │   │           │   └── lv_font_montserrat_28_compr_az.c
        │   │   │           ├── header.py
        │   │   │           ├── 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_music
        │   │   │           │   ├── README.md
        │   │   │           │   ├── assets
        │   │   │           │   │   ├── __pycache__
        │   │   │           │   │   │   └── spectrum.cpython-36.pyc
        │   │   │           │   │   ├── img_lv_demo_music_btn_list_pause.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_list_play.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_loop.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_next.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_pause.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_play.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_prev.c
        │   │   │           │   │   ├── img_lv_demo_music_btn_rnd.c
        │   │   │           │   │   ├── img_lv_demo_music_corner_left.c
        │   │   │           │   │   ├── img_lv_demo_music_corner_right.c
        │   │   │           │   │   ├── img_lv_demo_music_cover_1.c
        │   │   │           │   │   ├── img_lv_demo_music_cover_2.c
        │   │   │           │   │   ├── img_lv_demo_music_cover_3.c
        │   │   │           │   │   ├── img_lv_demo_music_icon_1.c
        │   │   │           │   │   ├── img_lv_demo_music_icon_2.c
        │   │   │           │   │   ├── img_lv_demo_music_icon_3.c
        │   │   │           │   │   ├── img_lv_demo_music_icon_4.c
        │   │   │           │   │   ├── img_lv_demo_music_list_border.c
        │   │   │           │   │   ├── img_lv_demo_music_logo.c
        │   │   │           │   │   ├── img_lv_demo_music_slider_knob.c
        │   │   │           │   │   ├── img_lv_demo_music_wave_bottom.c
        │   │   │           │   │   ├── img_lv_demo_music_wave_top.c
        │   │   │           │   │   ├── lv_demo_music_font_16_bold.c
        │   │   │           │   │   ├── spectrum.py
        │   │   │           │   │   ├── spectrum_1.h
        │   │   │           │   │   ├── spectrum_2.h
        │   │   │           │   │   └── spectrum_3.h
        │   │   │           │   ├── lv_demo_music.c
        │   │   │           │   ├── lv_demo_music.h
        │   │   │           │   ├── lv_demo_music_list.c
        │   │   │           │   ├── lv_demo_music_list.h
        │   │   │           │   ├── lv_demo_music_main.c
        │   │   │           │   ├── lv_demo_music_main.h
        │   │   │           │   └── screenshot1.gif
        │   │   │           ├── 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
        │   │   │           │   ├── lv_demo_widgets.py
        │   │   │           │   ├── 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_1.py
        │   │   │           │   ├── lv_ex_get_started_2.c
        │   │   │           │   ├── lv_ex_get_started_2.png
        │   │   │           │   ├── lv_ex_get_started_2.py
        │   │   │           │   ├── lv_ex_get_started_3.c
        │   │   │           │   ├── lv_ex_get_started_3.png
        │   │   │           │   └── lv_ex_get_started_3.py
        │   │   │           ├── lv_ex_style
        │   │   │           │   ├── lv_ex_style.h
        │   │   │           │   ├── lv_ex_style_1.c
        │   │   │           │   ├── lv_ex_style_1.png
        │   │   │           │   ├── lv_ex_style_1.py
        │   │   │           │   ├── lv_ex_style_10.c
        │   │   │           │   ├── lv_ex_style_10.png
        │   │   │           │   ├── lv_ex_style_10.py
        │   │   │           │   ├── lv_ex_style_11.c
        │   │   │           │   ├── lv_ex_style_11.png
        │   │   │           │   ├── lv_ex_style_11.py
        │   │   │           │   ├── lv_ex_style_2.c
        │   │   │           │   ├── lv_ex_style_2.png
        │   │   │           │   ├── lv_ex_style_2.py
        │   │   │           │   ├── lv_ex_style_3.c
        │   │   │           │   ├── lv_ex_style_3.png
        │   │   │           │   ├── lv_ex_style_3.py
        │   │   │           │   ├── lv_ex_style_4.c
        │   │   │           │   ├── lv_ex_style_4.png
        │   │   │           │   ├── lv_ex_style_4.py
        │   │   │           │   ├── lv_ex_style_5.c
        │   │   │           │   ├── lv_ex_style_5.png
        │   │   │           │   ├── lv_ex_style_5.py
        │   │   │           │   ├── lv_ex_style_6.c
        │   │   │           │   ├── lv_ex_style_6.png
        │   │   │           │   ├── lv_ex_style_6.py
        │   │   │           │   ├── lv_ex_style_7.c
        │   │   │           │   ├── lv_ex_style_7.png
        │   │   │           │   ├── lv_ex_style_7.py
        │   │   │           │   ├── lv_ex_style_8.c
        │   │   │           │   ├── lv_ex_style_8.png
        │   │   │           │   ├── lv_ex_style_8.py
        │   │   │           │   ├── lv_ex_style_9.c
        │   │   │           │   ├── lv_ex_style_9.png
        │   │   │           │   ├── lv_ex_style_9.py
        │   │   │           │   └── lv_ex_style_9_png.py
        │   │   │           ├── 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_btn_2.py
        │   │   │           │   ├── 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_chart_2.py
        │   │   │           │   ├── 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_1.py
        │   │   │           │   │   ├── lv_ex_cpicker_2.c
        │   │   │           │   │   ├── lv_ex_cpicker_2.png
        │   │   │           │   │   └── lv_ex_cpicker_2.py
        │   │   │           │   ├── 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_gauge_2.c
        │   │   │           │   │   ├── lv_ex_gauge_2.png
        │   │   │           │   │   ├── lv_ex_gauge_2.py
        │   │   │           │   │   └── lv_ex_gauge_2_png.py
        │   │   │           │   ├── lv_ex_img
        │   │   │           │   │   ├── ex1_img.py
        │   │   │           │   │   ├── ex1_img_png.py
        │   │   │           │   │   ├── ex2_img.py
        │   │   │           │   │   ├── ex2_img_png.py
        │   │   │           │   │   ├── 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_2.py
        │   │   │           │   │   ├── 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_imgbtn_1.py
        │   │   │           │   ├── 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_msgbox
        │   │   │           │   ├── lv_ex_obj
        │   │   │           │   ├── lv_ex_objmask
        │   │   │           │   ├── lv_ex_page
        │   │   │           │   ├── lv_ex_roller
        │   │   │           │   ├── lv_ex_slider
        │   │   │           │   ├── lv_ex_spinbox
        │   │   │           │   ├── lv_ex_spinner
        │   │   │           │   ├── lv_ex_switch
        │   │   │           │   ├── lv_ex_table
        │   │   │           │   ├── lv_ex_tabview
        │   │   │           │   ├── lv_ex_textarea
        │   │   │           │   ├── lv_ex_tileview
        │   │   │           │   └── lv_ex_win
        │   │   │           ├── lv_examples.h
        │   │   │           └── lv_mpy_demo_printer
        │   │   │               └── images
        │   │   ├── ipc
        │   │   ├── os
        │   │   │   └── include
        │   │   ├── platform
        │   │   │   ├── include
        │   │   │   │   └── cmsis
        │   │   │   └── src
        │   │   │       ├── gcc
        │   │   │       └── keil
        │   │   ├── rt-thread_v4.0.3
        │   │   │   ├── examples
        │   │   │   │   ├── file
        │   │   │   │   ├── kernel
        │   │   │   │   ├── libc
        │   │   │   │   ├── network
        │   │   │   │   ├── pm
        │   │   │   │   ├── test
        │   │   │   │   ├── ulog
        │   │   │   │   └── ymodem
        │   │   │   ├── include
        │   │   │   │   └── libc
        │   │   │   ├── libcpu
        │   │   │   │   └── arm
        │   │   │   │       ├── common
        │   │   │   │       ├── cortex-m0
        │   │   │   │       └── cortex-m3
        │   │   │   └── src
        │   │   ├── sha256
        │   │   └── sys
        │   │       └── include
        │   └── toolchain
        │       ├── armcc
        │       └── gcc
        ├── docs
        ├── examples
        │   ├── evm
        │   │   └── gui_demo
        │   │       ├── code
        │   │       └── keil
        │   └── none_evm
        │       ├── ble_AT
        │       │   ├── code
        │       │   │   └── at
        │       │   ├── gcc
        │       │   └── proj
        │       ├── ble_RT-thread_demo
        │       │   ├── code
        │       │   │   └── rtos_port
        │       │   ├── gcc
        │       │   └── proj
        │       ├── ble_freertos_demo
        │       │   ├── code
        │       │   ├── gcc
        │       │   └── proj
        │       ├── ble_hid_kbd_mice
        │       │   ├── code
        │       │   ├── gcc
        │       │   └── proj
        │       ├── ble_simple_central
        │       │   ├── code
        │       │   ├── gcc
        │       │   └── keil
        │       ├── ble_simple_peripheral
        │       │   ├── code
        │       │   ├── gcc
        │       │   └── keil
        │       │       ├── Listings
        │       │       ├── Objects
        │       │       ├── Output
        │       │       └── RTE
        │       │           └── _ble_simple_peripheral
        │       └── peripheral_demo
        │           ├── adc
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── dma
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── gpio
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           │       ├── Listings
        │           │       └── Objects
        │           ├── i2c
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── pdm
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── pwm
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── spi
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── timer
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── uart
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           │       ├── Listings
        │           │       └── Objects
        │           ├── usb_cdc
        │           │   ├── code
        │           │   ├── gcc
        │           │   ├── proj
        │           │   └── win7_cdc_driver
        │           ├── usb_custom
        │           │   ├── usb_dev_custom
        │           │   │   ├── code
        │           │   │   ├── gcc
        │           │   │   └── proj
        │           │   └── usb_host_custom
        │           │       ├── code
        │           │       ├── gcc
        │           │       └── proj
        │           ├── usb_hid
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           ├── usb_mass_storage
        │           │   ├── code
        │           │   ├── gcc
        │           │   └── proj
        │           └── wdt
        │               ├── code
        │               ├── gcc
        │               └── proj
        └── tools
            └── freqchip_Download_tool

293 directories, 877 files


标签: 8003 蓝牙

实例下载地址

FR8003富芮坤蓝牙芯片程序

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警