NeoNextion icon indicating copy to clipboard operation
NeoNextion copied to clipboard

Arduino library for the Nextion displays

Results 26 NeoNextion issues
Sort by recently updated
recently updated
newest added

Hello, i have have a small project whit text and buttons, the text changes whit a timer each 5 seconds, and i have a button also, but when i hit...

Hi, I have a Numeric Variable I can SET the variable but when i read the Value the result is 0 ?? Same for a Slider , I can change...

If i read the state of a dual state button or radiobutton the isActive() value is always 0 I can read other values like textbox etc. What can be the...

if i want to scroll through multiple Pictures, how would i do it with this piece of code? `NextionPicture::setPictureID | ( | uint16_t | id | )` and does this...

A page also can send touch events (component id 0). This patch lets page inherit from INextionTouchable, so a callback can be assigned

The functions set/getPictureID() now use the correct variable name "picc" instead of "pic". This fixes issue #46.

I have followed the example but button callbacks dont seem to work; Any idea? does anything special need to be done on the nextion editor to the HMI file to...

Can someone please enlighten me how NextionPage::show() could work give how INextionWidget::sendCommand works. lets assume i want to make page with id 1 visible (currently at page 0) i call...

I am having trouble figuring out how to get values from the RTC on Nextion Displays. I can not simply declare a NextionVariable on my arduino code and call .getValue();...

Hello. I faced a problem trying to read big value with method **bool receiveNumber(uint32_t *number)**. The method can't construct 32-bit value, because it shifting too small registers here: `*number =...