Searched refs:swapped (Results 1 – 7 of 7) sorted by relevance
568 uint32_t swapped; in lv_txt_utf8_conv_wc() local571 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_txt_utf8_conv_wc()574 if((swapped & 0xFF) == 0) in lv_txt_utf8_conv_wc()575 swapped = (swapped >> 8); /*Ignore leading zeros (they were in the end originally)*/ in lv_txt_utf8_conv_wc()577 c = swapped; in lv_txt_utf8_conv_wc()
93 …IR_RTL`, the meaning of `LV_GRID_ALIGN_START` and `LV_GRID_ALIGN_END` is swapped. I.e. `START` wil…
95 …DIR_RTL` the meaning of `LV_FLEX_ALIGN_START` and `LV_FLEX_ALIGN_END` is swapped on `ROW` layouts.…
139 …rary settings. By default, LVGL assumes `RGB` order, however this can be swapped by setting `LV_SU…
17 …and rendering happens to the other (inactive) frame buffer, and they are swapped when the renderin…
85 - RGB565 Swap for 16-bit color depth (two bytes are swapped)
199 …mode, LVGL draws into the buffer as if your screen width and height were swapped. You are responsi…