mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-07 15:57:13 +01:00
18 lines
488 B
C
18 lines
488 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
|
|
|
|
#include "ui.h"
|
|
|
|
const ui_theme_variable_t _ui_theme_color_HK_Orange[1] = {0xF57C00};
|
|
const ui_theme_variable_t _ui_theme_alpha_HK_Orange[1] = {255};
|
|
uint8_t ui_theme_idx = UI_THEME_DEFAULT;
|
|
|
|
void ui_theme_set(uint8_t theme_idx)
|
|
{
|
|
ui_theme_idx = theme_idx;
|
|
_ui_theme_set_variable_styles(UI_VARIABLE_STYLES_MODE_FOLLOW);
|
|
}
|
|
|