mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 05:16:11 +02:00
0.8.41
* fix display timeout (OLED) to 60s * change offs to signed value
This commit is contained in:
parent
3dd4997094
commit
f2e1e536f5
8 changed files with 18 additions and 14 deletions
|
@ -80,7 +80,7 @@ class DisplayMono {
|
|||
|
||||
uint8_t mExtra;
|
||||
int8_t mPixelshift=0;
|
||||
TimeMonitor mDisplayTime = TimeMonitor(1000 * 15, true);
|
||||
TimeMonitor mDisplayTime = TimeMonitor(1000 * DISP_DEFAULT_TIMEOUT, 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