mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 13:26:10 +02:00
parent
75b229461a
commit
7c08d934a9
5 changed files with 14 additions and 29 deletions
|
@ -80,7 +80,7 @@ class DisplayMono {
|
|||
|
||||
uint8_t mExtra;
|
||||
int8_t mPixelshift=0;
|
||||
TimeMonitor mDisplayTime = TimeMonitor(1000ul * 15, true);
|
||||
TimeMonitor mDisplayTime = TimeMonitor(1000 * 15, true);
|
||||
bool mDisplayActive = true; // always start with display on
|
||||
char mFmtText[DISP_FMT_TEXT_LEN];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue