Home
last modified time | relevance | path

Searched refs:BAR_COLOR1_STOP (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c26 #define BAR_COLOR1_STOP 160 macro
29 #define BAR_COLOR1_STOP 80 macro
842 if(v < BAR_COLOR1_STOP) draw_dsc.bg_color = BAR_COLOR1; in spectrum_draw_event_cb()
847 … ((v - BAR_COLOR1_STOP) * 255) / (BAR_COLOR2_STOP - BAR_COLOR1_STOP)); in spectrum_draw_event_cb()