nextion
nextion copied to clipboard
A simple Nextion HMI library for Arduino
I get the following error when trying to use the library. Nextion.cpp: In member function 'boolean Nextion::ack()': Nextion.cpp:119:1: error: control reaches end of non-void function [-Werror=return-type] 119 | }//end |...
Hi there, I want to have multiple screens. one screen will be in portrait mode and the other one in landscape mode. can we do this with nexition? it only...
Подскажите пожалуйста , как отправить команду с Arduino Nano на дисплей Nextion click n0,1// Вызов события нажатия delay=300 click n0,0// Вызов события отжатия Данная команда проходит , если ее запускать...
Hello. Love this library, because of it`s simplicity. My problem: I can do nex.getComponentValue("page0.n" + String (variable)); also nex.setComponentValue("page0.n" + String (variable)); works. How can i achieve nex.sendCommand("page0.n" + String...
Hello, i'm using Nextion and a Arduino Mega 2560, and my problem is i can't send to nextion with arduino but arduino don't receive from nextion, ReceiveMessages example don't work,...
Please help me figure it out. The display has n0=0 and t0=text. I use `#include #include SoftwareSerial nextion(17, 16); Nextion myNextion(nextion, 9600); int recc; String id, mess; void setup() {...
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...
Hi, In the Nextion.cpp lines 184-201 are commented with /* In this instance the command myNextion.getComponentText() doesn't work. When descomment these lines everything work perfect on the Mega2560.
hello it's possible to send a value of componentText on other page ? this code work on the page where temp1 is but not on other page `myNextion.setComponentText("temp1", String(temp1)); `...
hello you have in your librarie this `uint8_t Nextion::pageId(void){` can you send an example for use ? thanks a lot