cud lcd implementation
This commit is contained in:
parent
97eb56d256
commit
1d775584db
5 changed files with 101 additions and 70 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue