Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_txt.c565 uint8_t c8[4]; in lv_txt_utf8_conv_wc() local
566 lv_memcpy_small(c8, &c, 4); in lv_txt_utf8_conv_wc()
567 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_txt_utf8_conv_wc()
/lvgl-3.4.0/docs/overview/
Dcolor.md138 lv_color8_t c8;
139 c8.full = lv_color_to8(c); /*Give a 8 bit number with the converted color*/