Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_color.h117 # define LV_COLOR_SET_R8(c, v) (c).ch.red = (uint8_t)((v) & 0x7U) macro
338 LV_COLOR_SET_R8(ret, LV_COLOR_GET_R(color) >> 2); /*5 - 3 = 2*/ in lv_color_to8()
344 LV_COLOR_SET_R8(ret, LV_COLOR_GET_R(color) >> 5); /*8 - 3 = 5*/ in lv_color_to8()