mikroSDK Reference Manual
lv_theme_default.h
Go to the documentation of this file.
1
6
#ifndef LV_THEME_DEFAULT_H
7
#define LV_THEME_DEFAULT_H
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
/*********************
14
* INCLUDES
15
*********************/
16
#include "
../../../core/lv_obj.h
"
17
18
#if LV_USE_THEME_DEFAULT
19
20
/*********************
21
* DEFINES
22
*********************/
23
24
/**********************
25
* TYPEDEFS
26
**********************/
27
28
/**********************
29
* GLOBAL PROTOTYPES
30
**********************/
31
39
lv_theme_t
* lv_theme_default_init(
lv_disp_t
* disp, lv_color_t color_primary, lv_color_t color_secondary,
bool
dark,
40
const
lv_font_t
* font);
41
46
lv_theme_t
* lv_theme_default_get(
void
);
47
52
bool
lv_theme_default_is_inited(
void
);
53
54
/**********************
55
* MACROS
56
**********************/
57
58
#endif
59
60
#ifdef __cplusplus
61
}
/*extern "C"*/
62
#endif
63
64
#endif
/*LV_THEME_DEFAULT_H*/
lv_obj.h
_lv_disp_t
Definition
lv_hal_disp.h:158
_lv_font_t
Definition
lv_font.h:64
_lv_theme_t
Definition
lv_theme.h:31