mikroSDK Reference Manual
lv_theme_basic.h
Go to the documentation of this file.
1
6#ifndef LV_THEME_BASIC_H
7#define LV_THEME_BASIC_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13/*********************
14 * INCLUDES
15 *********************/
17
18#if LV_USE_THEME_BASIC
19
20/*********************
21 * DEFINES
22 *********************/
23
24/**********************
25 * TYPEDEFS
26 **********************/
27
28/**********************
29 * GLOBAL PROTOTYPES
30 **********************/
31
37lv_theme_t * lv_theme_basic_init(lv_disp_t * disp);
38
43bool lv_theme_basic_is_inited(void);
44
45/**********************
46 * MACROS
47 **********************/
48
49#endif
50
51#ifdef __cplusplus
52} /*extern "C"*/
53#endif
54
55#endif /*LV_THEME_BASIC_H*/
Definition lv_hal_disp.h:158
Definition lv_theme.h:31