2025-12-11 18:51:22 +01:00

14 lines
420 B
C

#pragma once
#include "lvgl.h"
/* input subjects */
/* int: the hour shown on clocks, e.g. 9 */
extern lv_subject_t hourSubj;
/* int: the minute shown on clocks, e.g. 36 */
extern lv_subject_t minuteSubj;
extern lv_subject_t timeGroup;
extern lv_color_t base;
extern lv_color_t accent;
extern lv_color_t bgColor;