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

Отправка команды с Arduino Nano в Nextion #45

Open
kvk-git opened this issue Mar 26, 2020 · 1 comment
Open

Отправка команды с Arduino Nano в Nextion #45

kvk-git opened this issue Mar 26, 2020 · 1 comment

Comments

@kvk-git
Copy link

kvk-git commented Mar 26, 2020

Подскажите пожалуйста , как отправить команду с Arduino Nano на дисплей Nextion
click n0,1// Вызов события нажатия
delay=300
click n0,0// Вызов события отжатия
Данная команда проходит , если ее запускать в Nextion Editor.

@kvk-git
Copy link
Author

kvk-git commented Mar 30, 2020

Serial.print("n0.click=1\xFF\xFF\xFF");
delay(300);
Serial.print("n0.click=0\xFF\xFF\xFF");
Это для тех, кому тоже интересно.

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

1 participant