Nextion User Manual
For Arduino developers
NexProgressBar.h
Go to the documentation of this file.
1 
17 #ifndef __NEXPROGRESSBAR_H__
18 #define __NEXPROGRESSBAR_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
31 {
32 public: /* methods */
36  NexProgressBar(uint8_t pid, uint8_t cid, const char *name);
37 
46  bool getValue(uint32_t *number);
47 
56  bool setValue(uint32_t number);
57 };
58 
63 #endif /* #ifndef __NEXPROGRESSBAR_H__ */
bool setValue(uint32_t number)
Set the value of progress bar.
The definition of class NexTouch.
The definition of base API for using Nextion.
bool getValue(uint32_t *number)
Get the value of progress bar.
Root class of all Nextion components.
Definition: NexObject.h:32
NexProgressBar(uint8_t pid, uint8_t cid, const char *name)
Constructor.
NexProgressBar component.