cud lcd implementation

This commit is contained in:
Siwat Sirichai 2023-10-03 02:01:55 +07:00
parent 97eb56d256
commit 1d775584db
5 changed files with 101 additions and 70 deletions

View file

@ -314,11 +314,6 @@ bool NexButton::Set_background_image_pic(uint32_t number)
cmd += ".pic=";
cmd += buf;
sendCommand(cmd.c_str());
cmd = "";
cmd += "ref ";
cmd += getObjName();
sendCommand(cmd.c_str());
return recvRetCommandFinished();
}