Added counter for payment confirment
This commit is contained in:
parent
c54a0c07cc
commit
203a59d8b9
3 changed files with 37 additions and 8 deletions
|
@ -53,6 +53,7 @@ class EpaperDisplay
|
|||
void updateText(const char* text, uint16_t x, uint16_t y);
|
||||
void updateText(const char* text, uint8_t textSize, uint16_t x, uint16_t y, uint16_t fgColor, uint16_t bgColor);
|
||||
void qrCode(const char* content, const char* sumValue);
|
||||
void update_ok_counter(uint8_t ok_counter);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue