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
When i deploy, I get this message: "TypeError: Cannot read property 'setCursor' of undefined" . It comes from the string-node. All other nodes (e.g. rectangle etc.) have the same issue.
The text was updated successfully, but these errors were encountered:
Hi
i set up a very simple function to display a text at the oled.
msg.payload = {
size:2,
x:1,
y:20,
text:"Hello!"
}
When i deploy, I get this message: "TypeError: Cannot read property 'setCursor' of undefined" . It comes from the string-node. All other nodes (e.g. rectangle etc.) have the same issue.
The text was updated successfully, but these errors were encountered: