You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to change the picture on a picture object.
A little bit of poking about shows the command sent to the nextion is p0.p0.pic=66 p0 is the name of the picture object. It appears that the object name is used twice.
I was unable to change the picture on a picture object.
A little bit of poking about shows the command sent to the nextion is
p0.p0.pic=66
p0 is the name of the picture object. It appears that the object name is used twice.Fix
In NexObject.cpp
change the
if
conditionsto
Hope this helps
The text was updated successfully, but these errors were encountered: