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
10extern "C" {
11#endif
12
13/*********************
14 * INCLUDES
15 *********************/
17
18#if LV_USE_THEME_DEFAULT
19
20/*********************
21 * DEFINES
22 *********************/
23
24/**********************
25 * TYPEDEFS
26 **********************/
27
28/**********************
29 * GLOBAL PROTOTYPES
30 **********************/
31
39lv_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
46lv_theme_t * lv_theme_default_get(void);
47
52bool 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*/
Definition lv_hal_disp.h:158
Definition lv_font.h:64
Definition lv_theme.h:31