General UNIHIKER

Unihiker K10 cannot clean the screen after k10.canvasDrawCode

userHead RoniBandini 2025-08-13 07:30:27 192 Views2 Replies

Hi,

 

After using k10.canvasDrawCode, it seems that there is no way to clean the screen. 

 

I have tried 

 

k10.setScreenBackground(0xFFFFFF);
k10.canvas->updateCanvas();

 

Also a bmp and to init the screen.

 

Any clues? Thanks

2025-08-13 20:25:18

I did try it but the QR is still there

userHeadPic RoniBandini
2025-08-13 09:55:16

Can you try “k10.canvas->canvasClear();”

userHeadPic Yeez_B