Home
last modified time | relevance | path

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

/lvgl-latest/docs/overview/
Dcolor.md138 c16.full = lv_color_to16(c); /*Give a 16 bit number with the converted color*/
/lvgl-latest/src/misc/
Dlv_color.h350 static inline uint16_t lv_color_to16(lv_color_t color) in lv_color_to16() function