FAQ

Persistent display from previous program during coding - fix?

userHead Tonny12138 2024-07-11 04:06:42 37 Views0 Replies
What should I do if the previous program's display content continues to appear during programming?
2024-07-11 04:06:42 This is because the MCU of the display screen does not execute the command to clear the previously called display effects, causing the content of the previous program to still be displayed. The solution is to call the "clear screen" command in the initialization code of the display screen before each program execution. userHeadPic Tonny12138