lv_gauge_set_scale这个函数比较复杂,在V7版本中API文档说明如下: void lv_gauge_set_scale(lv_obj_t *gauge, uint16_t angle, uint8_t line_cnt, uint8_t label_cnt) Set the scale settings of a gauge Parameters • gauge: pointer to a gauge object • angle: angle of the scale (...