diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
| commit | b11b20b0ac5c0adfbd1397cf42c322c873a736a8 (patch) | |
| tree | 0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h | |
| parent | f864330d355172046fab0923fd9015ec52884f00 (diff) | |
Remove LVGL folder (it's now a submodule)
Diffstat (limited to 'src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h')
| -rw-r--r-- | src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h b/src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h new file mode 100644 index 0000000..36aac4e --- /dev/null +++ b/src/libs/lvgl/tests/lv_test_widgets/lv_test_label.h @@ -0,0 +1,38 @@ +/** + * @file lv_test_label.h + * + */ + +#ifndef LV_TEST_LABEL_H +#define LV_TEST_LABEL_H + +#ifdef __cplusplus +extern "C" { +#endif + +/********************* + * INCLUDES + *********************/ + +/********************* + * DEFINES + *********************/ + +/********************** + * TYPEDEFS + **********************/ + +/********************** + * GLOBAL PROTOTYPES + **********************/ +void lv_test_label(void); + +/********************** + * MACROS + **********************/ + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /*LV_TEST_CONT_H*/ |
