Searched refs:BAR_COLOR2_STOP (Results 1 – 1 of 1) sorted by relevance
27 #define BAR_COLOR2_STOP 200 macro30 #define BAR_COLOR2_STOP 100 macro844 else if(v > BAR_COLOR2_STOP) draw_dsc.bg_color = lv_color_mix(BAR_COLOR3, BAR_COLOR2, in spectrum_draw_event_cb()845 … ((v - BAR_COLOR2_STOP) * 255) / (BAR_COLOR3_STOP - BAR_COLOR2_STOP)); in spectrum_draw_event_cb()847 … ((v - BAR_COLOR1_STOP) * 255) / (BAR_COLOR2_STOP - BAR_COLOR1_STOP)); in spectrum_draw_event_cb()