mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-07 07:47:13 +01:00
31 lines
636 B
C
31 lines
636 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.4.2
|
|
// LVGL version: 9.1.0
|
|
// Project name: JC3248W535CIY
|
|
|
|
#ifndef _UI_THEMES_H
|
|
#define _UI_THEMES_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define UI_THEME_COLOR_HK_ORANGE 0
|
|
|
|
#define UI_THEME_DEFAULT 0
|
|
|
|
extern const ui_theme_variable_t _ui_theme_color_HK_Orange[1];
|
|
extern const ui_theme_variable_t _ui_theme_alpha_HK_Orange[1];
|
|
|
|
extern const uint32_t* ui_theme_colors[1];
|
|
extern const uint8_t* ui_theme_alphas[1];
|
|
extern uint8_t ui_theme_idx;
|
|
|
|
void ui_theme_set(uint8_t theme_idx);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|