1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00
lvgl/tests/lv_test_widgets/lv_test_label.h

39 lines
556 B
C
Raw Normal View History

2020-01-16 21:25:11 +01:00
/**
2020-08-31 13:57:18 +02:00
* @file lv_test_label.h
2020-01-16 21:25:11 +01:00
*
*/
2020-08-31 13:57:18 +02:00
#ifndef LV_TEST_LABEL_H
#define LV_TEST_LABEL_H
2020-01-16 21:25:11 +01:00
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
2020-08-31 13:57:18 +02:00
void lv_test_label(void);
2020-01-16 21:25:11 +01:00
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_TEST_CONT_H*/