[Hell] Added support for interrupt-based timing

This commit is contained in:
jgromes 2022-11-18 17:39:18 +01:00
parent 2bf5297b32
commit e1c217305f

View file

@ -39,7 +39,7 @@ size_t HellClient::printGlyph(uint8_t* buff) {
} else {
standby();
}
while(mod->micros() - start < _pixelDuration);
mod->waitForMicroseconds(start, _pixelDuration);
}
}