Fixed bug number 9839.
This commit is contained in:
parent
3d9aca4688
commit
e70f5a9f7a
|
@ -665,7 +665,7 @@ void show_qr_picture_page(lv_obj_t* obj)
|
|||
if(obj){
|
||||
|
||||
/*Create a 100x100 QR code*/
|
||||
qr = lv_qrcode_create(obj, 120, (lv_color_t) { .full = 0x02}, (lv_color_t) { .full = 0x01});
|
||||
qr = lv_qrcode_create(obj, 120, (lv_color_t) { .full = 0x02}, (lv_color_t) { .full = 0x23});
|
||||
|
||||
if(qr){
|
||||
/*Set data*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user