bborncr / nextion

A simple Nextion HMI library for Arduino
GNU General Public License v3.0
127 stars 66 forks source link

set the value of en on a timer #37

Closed anthology closed 5 years ago

anthology commented 5 years ago

hello

it's possible to set the "en" variable of a timer like this myNextion.setComponentTimer ("tm1", 0);

thanks a lot

anthology commented 5 years ago

i can modify it by sending a command directly like this myNextion.sendCommand("tm1.en=1");