Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_color.h119 # define LV_COLOR_SET_B8(c, v) (c).ch.blue = (uint8_t)((v) & 0x3U) macro
340 LV_COLOR_SET_B8(ret, LV_COLOR_GET_B(color) >> 3); /*5 - 2 = 3*/ in lv_color_to8()
346 LV_COLOR_SET_B8(ret, LV_COLOR_GET_B(color) >> 6); /*8 - 2 = 6*/ in lv_color_to8()