This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static lv_obj_t * scale; | |
static lv_obj_t * minute_hand; | |
static lv_obj_t * hour_hand; | |
static lv_point_precise_t minute_hand_points[2]; | |
static lv_point_precise_t hour_hand_points[2]; | |
static int32_t hour; | |
static int32_t minute; | |
static void timer_cb(lv_timer_t * timer) | |
{ |