Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino73 Serial.begin( 115200 ); /* prepare for possible serial debug */
87 tft.begin(); /* TFT init */
/lvgl-3.7.0/src/core/
Dlv_group.c27 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *),
394 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *), in focus_next_core()
409 obj_next = begin(&group->obj_ll); in focus_next_core()
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c4529 unsigned length, begin, compressed; in readChunk_iTXt() local
4556 begin = length + 3; in readChunk_iTXt()
4558 for(i = begin; i < chunkLength && data[i] != 0; ++i) ++length; in readChunk_iTXt()
4563 lodepng_memcpy(langtag, data + begin, length); in readChunk_iTXt()
4567 begin += length + 1; in readChunk_iTXt()
4569 for(i = begin; i < chunkLength && data[i] != 0; ++i) ++length; in readChunk_iTXt()
4574 lodepng_memcpy(transkey, data + begin, length); in readChunk_iTXt()
4578 begin += length + 1; in readChunk_iTXt()
4580 length = (unsigned)chunkLength < begin ? 0 : (unsigned)chunkLength - begin; in readChunk_iTXt()
4587 error = zlib_decompress(&str, &size, 0, &data[begin], in readChunk_iTXt()
[all …]
/lvgl-3.7.0/docs/get-started/platforms/
Dpc-simulator.md100 Now you are ready to use LVGL and begin development on your PC.
/lvgl-3.7.0/docs/
DCHANGELOG.md524 - fix(scroll): do not fire scroll begin/end event on every scroll step [`25ce6e3`](https://github.c…