16 lines
206 B
C
16 lines
206 B
C
|
|
#ifndef EEZ_LVGL_UI_STYLES_H
|
||
|
|
#define EEZ_LVGL_UI_STYLES_H
|
||
|
|
|
||
|
|
#include <../../lvgl/lvgl.h>
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /*EEZ_LVGL_UI_STYLES_H*/
|