[Hell] Added support for interrupt-based timing
This commit is contained in:
parent
2bf5297b32
commit
e1c217305f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ size_t HellClient::printGlyph(uint8_t* buff) {
|
|||
} else {
|
||||
standby();
|
||||
}
|
||||
while(mod->micros() - start < _pixelDuration);
|
||||
mod->waitForMicroseconds(start, _pixelDuration);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue