Fixed bug number 9839.

This commit is contained in:
xiaojiazhu 2023-11-30 11:30:41 +08:00
parent 3d9aca4688
commit e70f5a9f7a

View File

@ -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*/