3 #ifndef __NEONEXTION_INEXTIONBOOLEANVALUED
4 #define __NEONEXTION_INEXTIONBOOLEANVALUED
Interface for widgets that store a numerical value.
Definition: INextionNumericalValued.h:16
bool setActive(bool active)
Sets the state of the boolean value.
Definition: INextionBooleanValued.h:43
bool setValue(uint32_t value)
Sets the numerical value.
Definition: INextionNumericalValued.h:44
uint32_t getValue()
Gets the numerical value.
Definition: INextionNumericalValued.h:33
bool isActive()
Gets the state of the boolean value of the control.
Definition: INextionBooleanValued.h:33
Interface for widgets that store a boolean value.
Definition: INextionBooleanValued.h:16
INextionBooleanValued(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: INextionBooleanValued.h:22
Driver for a physical Nextion device.
Definition: Nextion.h:31