mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
increase display update rate
This commit is contained in:
parent
baebbf4ff7
commit
d3c0232e06
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Display {
|
|||
if (mMono != NULL)
|
||||
mMono->loop(mCfg->contrast);
|
||||
|
||||
if (mNewPayload || (((++mLoopCnt) % 10) == 0)) {
|
||||
if (mNewPayload || (((++mLoopCnt) % 5) == 0)) {
|
||||
mNewPayload = false;
|
||||
mLoopCnt = 0;
|
||||
DataScreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue