Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.c284 if(p >= _LV_PALETTE_LAST) { in lv_palette_main()
317 if(p >= _LV_PALETTE_LAST) { in lv_palette_lighten()
356 if(p >= _LV_PALETTE_LAST) { in lv_palette_darken()
Dlv_color.h277 _LV_PALETTE_LAST, enumerator
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c975 LV_PALETTE_RED, LV_PALETTE_PURPLE, LV_PALETTE_TEAL, _LV_PALETTE_LAST in color_changer_create()
995 for(i = 0; palette[i] != _LV_PALETTE_LAST; i++) { in color_changer_create()
1094 if(palette_secondary >= _LV_PALETTE_LAST) palette_secondary = 0; in color_event_cb()