Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.h141 # define LV_COLOR_GET_G16(c) (c).ch.green macro
143 # define LV_COLOR_GET_G16(c) (((c).ch.green_h << 3) + (c).ch.green_l) macro