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

10 lines
336 B
C

#include "model.h"
lv_subject_t hourSubj;
/* int: the minute shown on clocks, e.g. 36 */
lv_subject_t minuteSubj;
lv_subject_t timeGroup;
lv_color_t base = LV_COLOR_MAKE(126, 94, 133);
lv_color_t accent = LV_COLOR_MAKE(204, 16, 16);
lv_color_t bgColor = LV_COLOR_MAKE(235, 199, 158);