#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);