mikroSDK Reference Manual
lv_theme_mono.h
Go to the documentation of this file.
1
6
#ifndef LV_USE_THEME_MONO_H
7
#define LV_USE_THEME_MONO_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_MONO
19
20
/*********************
21
* DEFINES
22
*********************/
23
24
/**********************
25
* TYPEDEFS
26
**********************/
27
28
/**********************
29
* GLOBAL PROTOTYPES
30
**********************/
31
39
lv_theme_t
* lv_theme_mono_init(
lv_disp_t
* disp,
bool
dark_bg,
const
lv_font_t
* font);
40
45
bool
lv_theme_mono_is_inited(
void
);
46
47
/**********************
48
* MACROS
49
**********************/
50
51
#endif
52
53
#ifdef __cplusplus
54
}
/*extern "C"*/
55
#endif
56
57
#endif
/*LV_USE_THEME_MONO_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