-
Notifications
You must be signed in to change notification settings - Fork 66
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
Read from Nextion Screen #19
Comments
int i=myNextion.getComponentValue("page0.n0"); - Worked |
you try to get text from Nextion, but as I understand you have a "numeric" variable which is not text. |
Thanks, I'll try it! |
i need to save a text value to char from Text component in arduino, any ideas? |
Hi,
I noticed that these Libraries doesn't have the features to read inputs from Nextion to Arduino.
i.e. read the Text Component Value to Arduino or the Number Component value to Arduino.
Does anyone has such a code to do it?
Thanks.
The text was updated successfully, but these errors were encountered: