Seithan / EasyNextionLibrary

A simple library for Nextion display that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.
MIT License
116 stars 29 forks source link

interrupt #51

Closed s56jsc closed 1 year ago

s56jsc commented 1 year ago

Hi When I wont to save in eeprom, sometimes I got an error. Save at wrong location and not right number It is possible that library use some interrupts? I try to use nointerrups() command, but in this case also EEPROM function doesn't work

Seithan commented 1 year ago

this is not related to the library

s56jsc commented 1 year ago

Thanks! I will try to find bug in my program