Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String Function TypeError #25

Open
obenschlaefer opened this issue Apr 5, 2021 · 1 comment
Open

String Function TypeError #25

obenschlaefer opened this issue Apr 5, 2021 · 1 comment

Comments

@obenschlaefer
Copy link

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.

@millosolomillo
Copy link

Maybe you have an address error like it happened to me.

If you scan your bus and says that the display has address 60, you have to put in the config node 0x60:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants