card rebinding support
This commit is contained in:
parent
724f8f42e9
commit
e8804864b8
14 changed files with 270 additions and 176 deletions
|
@ -21,9 +21,9 @@ class ESPMegaDisplay
|
|||
bool getStringToBuffer(const char* component, char* buffer, uint8_t buffer_size);
|
||||
uint32_t getNumber(const char* component);
|
||||
uint16_t registerTouchCallback(std::function<void(uint8_t, uint8_t, uint8_t)> callback);
|
||||
void deregisterTouchCallback(uint16_t handle);
|
||||
void unregisterTouchCallback(uint16_t handle);
|
||||
uint16_t registerPageChangeCallback(std::function<void(uint8_t)> callback);
|
||||
void deregisterPageChangeCallback(uint16_t handle);
|
||||
void unregisterPageChangeCallback(uint16_t handle);
|
||||
|
||||
protected:
|
||||
uint8_t currentPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue