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

how can i set the text of nexdsbutton with arduino code, please help #76

Open
raulcq01 opened this issue Aug 8, 2019 · 1 comment
Open

Comments

@raulcq01
Copy link

raulcq01 commented Aug 8, 2019

hi, i am using the nextext and nexdsbutton in arduino, i can set the text with setText function but i can't do the same with nexdsbutton, how can i do? please help

@soub4i
Copy link

soub4i commented Oct 23, 2019

According to the API you just need to use setText() function to set the text

NexDSButton bt0 = NexDSButton(0, 1, "bt0");

bt0.setText("My text")

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