Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/examples/widgets/canvas/
Dlv_example_canvas_2.c25 lv_color_t c0; in lv_example_canvas_2() local
28 c0.full = 0; in lv_example_canvas_2()
39 lv_canvas_set_px_color(canvas, x, y, c0); in lv_example_canvas_2()
Dlv_example_canvas_2.py31 c0 = lv.color_t() variable
34 c0.full = 0
43 canvas.set_px(x, y, c0)
/lvgl-3.5.0/docs/
DCHANGELOG.md1188 - docs(textarea) clarify the use of text selection bg_color [`65673c0`](https://github.com/lvgl/lvg…