Home
last modified time | relevance | path

Searched refs:LV_CANVAS_BUF_SIZE_INDEXED_1BIT (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.5.0/examples/widgets/canvas/
Dlv_example_canvas_2.py11 def LV_CANVAS_BUF_SIZE_INDEXED_1BIT(w, h): function
22 cbuf= bytearray(LV_CANVAS_BUF_SIZE_INDEXED_1BIT(CANVAS_WIDTH, CANVAS_HEIGHT))
Dlv_example_canvas_2.c16 static lv_color_t cbuf[LV_CANVAS_BUF_SIZE_INDEXED_1BIT(CANVAS_WIDTH, CANVAS_HEIGHT)]; in lv_example_canvas_2()
/lvgl-3.5.0/src/widgets/
Dlv_canvas.h269 #define LV_CANVAS_BUF_SIZE_INDEXED_1BIT(w, h) LV_IMG_BUF_SIZE_INDEXED_1BIT(w, h) macro
/lvgl-3.5.0/src/extra/libs/qrcode/
Dlv_qrcode.c195 uint32_t buf_size = LV_CANVAS_BUF_SIZE_INDEXED_1BIT(size_param, size_param); in lv_qrcode_constructor()