mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-11 05:37:37 +08:00
e54d668633
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
183 lines
4.0 KiB
C
183 lines
4.0 KiB
C
/**
|
|
* @file lv_example_widgets.h
|
|
*
|
|
*/
|
|
|
|
#ifndef LV_EXAMPLE_WIDGETS_H
|
|
#define LV_EXAMPLE_WIDGETS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/*********************
|
|
* INCLUDES
|
|
*********************/
|
|
|
|
/*********************
|
|
* DEFINES
|
|
*********************/
|
|
|
|
/**********************
|
|
* TYPEDEFS
|
|
**********************/
|
|
|
|
/**********************
|
|
* GLOBAL PROTOTYPES
|
|
**********************/
|
|
void lv_example_animimg_1(void);
|
|
|
|
void lv_example_arc_1(void);
|
|
void lv_example_arc_2(void);
|
|
void lv_example_arc_3(void);
|
|
|
|
void lv_example_arclabel_1(void);
|
|
|
|
void lv_example_bar_1(void);
|
|
void lv_example_bar_2(void);
|
|
void lv_example_bar_3(void);
|
|
void lv_example_bar_4(void);
|
|
void lv_example_bar_5(void);
|
|
void lv_example_bar_6(void);
|
|
void lv_example_bar_7(void);
|
|
|
|
void lv_example_button_1(void);
|
|
void lv_example_button_2(void);
|
|
void lv_example_button_3(void);
|
|
|
|
void lv_example_buttonmatrix_1(void);
|
|
void lv_example_buttonmatrix_2(void);
|
|
void lv_example_buttonmatrix_3(void);
|
|
|
|
void lv_example_calendar_1(void);
|
|
void lv_example_calendar_2(void);
|
|
|
|
void lv_example_canvas_1(void);
|
|
void lv_example_canvas_2(void);
|
|
void lv_example_canvas_3(void);
|
|
void lv_example_canvas_4(void);
|
|
void lv_example_canvas_5(void);
|
|
void lv_example_canvas_6(void);
|
|
void lv_example_canvas_7(void);
|
|
void lv_example_canvas_8(void);
|
|
void lv_example_canvas_9(void);
|
|
void lv_example_canvas_10(void);
|
|
void lv_example_canvas_11(void);
|
|
void lv_example_canvas_12(void);
|
|
|
|
void lv_example_chart_1(void);
|
|
void lv_example_chart_2(void);
|
|
void lv_example_chart_3(void);
|
|
void lv_example_chart_4(void);
|
|
void lv_example_chart_5(void);
|
|
void lv_example_chart_6(void);
|
|
void lv_example_chart_7(void);
|
|
void lv_example_chart_8(void);
|
|
|
|
void lv_example_checkbox_1(void);
|
|
void lv_example_checkbox_2(void);
|
|
|
|
void lv_example_dropdown_1(void);
|
|
void lv_example_dropdown_2(void);
|
|
void lv_example_dropdown_3(void);
|
|
|
|
void lv_example_image_1(void);
|
|
void lv_example_image_2(void);
|
|
void lv_example_image_3(void);
|
|
void lv_example_image_4(void);
|
|
void lv_example_image_5(void);
|
|
|
|
void lv_example_imagebutton_1(void);
|
|
|
|
void lv_example_keyboard_1(void);
|
|
void lv_example_keyboard_2(void);
|
|
void lv_example_keyboard_3(void);
|
|
|
|
void lv_example_label_1(void);
|
|
void lv_example_label_2(void);
|
|
void lv_example_label_3(void);
|
|
void lv_example_label_4(void);
|
|
void lv_example_label_5(void);
|
|
void lv_example_label_6(void);
|
|
void lv_example_label_7(void);
|
|
|
|
void lv_example_led_1(void);
|
|
|
|
void lv_example_line_1(void);
|
|
|
|
void lv_example_list_1(void);
|
|
void lv_example_list_2(void);
|
|
|
|
void lv_example_lottie_1(void);
|
|
void lv_example_lottie_2(void);
|
|
|
|
void lv_example_menu_1(void);
|
|
void lv_example_menu_2(void);
|
|
void lv_example_menu_3(void);
|
|
void lv_example_menu_4(void);
|
|
void lv_example_menu_5(void);
|
|
|
|
void lv_example_msgbox_1(void);
|
|
void lv_example_msgbox_2(void);
|
|
void lv_example_msgbox_3(void);
|
|
|
|
void lv_example_obj_1(void);
|
|
void lv_example_obj_2(void);
|
|
void lv_example_obj_3(void);
|
|
|
|
void lv_example_roller_1(void);
|
|
void lv_example_roller_2(void);
|
|
void lv_example_roller_3(void);
|
|
|
|
void lv_example_scale_1(void);
|
|
void lv_example_scale_2(void);
|
|
void lv_example_scale_3(void);
|
|
void lv_example_scale_4(void);
|
|
void lv_example_scale_5(void);
|
|
void lv_example_scale_6(void);
|
|
void lv_example_scale_7(void);
|
|
void lv_example_scale_8(void);
|
|
void lv_example_scale_9(void);
|
|
void lv_example_scale_10(void);
|
|
void lv_example_scale_11(void);
|
|
void lv_example_scale_12(void);
|
|
|
|
void lv_example_slider_1(void);
|
|
void lv_example_slider_2(void);
|
|
void lv_example_slider_3(void);
|
|
void lv_example_slider_4(void);
|
|
|
|
void lv_example_span_1(void);
|
|
|
|
void lv_example_spinbox_1(void);
|
|
|
|
void lv_example_spinner_1(void);
|
|
|
|
void lv_example_switch_1(void);
|
|
void lv_example_switch_2(void);
|
|
|
|
void lv_example_table_1(void);
|
|
void lv_example_table_2(void);
|
|
|
|
void lv_example_tabview_1(void);
|
|
void lv_example_tabview_2(void);
|
|
|
|
void lv_example_textarea_1(void);
|
|
void lv_example_textarea_2(void);
|
|
void lv_example_textarea_3(void);
|
|
void lv_example_textarea_4(void);
|
|
|
|
void lv_example_tileview_1(void);
|
|
|
|
void lv_example_win_1(void);
|
|
|
|
/**********************
|
|
* MACROS
|
|
**********************/
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif /*LV_EXAMPLE_WIDGETS_H*/
|