Home
last modified time | relevance | path

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

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