Searched refs:lv_qrcode_create (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/extra/libs/qrcode/ |
D | lv_qrcode.h | 41 lv_obj_t * lv_qrcode_create(lv_obj_t * parent, lv_coord_t size, lv_color_t dark_color, lv_color_t l…
|
D | lv_qrcode.c | 59 lv_obj_t * lv_qrcode_create(lv_obj_t * parent, lv_coord_t size, lv_color_t dark_color, lv_color_t l… in lv_qrcode_create() function
|
/lvgl-latest/examples/libs/qrcode/ |
D | lv_example_qrcode_1.c | 12 lv_obj_t * qr = lv_qrcode_create(lv_scr_act(), 150, fg_color, bg_color); in lv_example_qrcode_1()
|
/lvgl-latest/docs/libs/ |
D | qrcode.md | 16 lv_obj_t * qr = lv_qrcode_create(lv_scr_act(), 100, lv_color_hex3(0x33f), lv_color_hex3(0xeef));
|