Closed MarkMoss closed 1 year ago
printChar() updates displayRAM instead of calling decimal/colonOnSingle()
This avoids the flicker which results when decimal/colonOnSingle() call updateDisplay before displayRAM has been fully updated and fixes issue #16
Thanks for the pull request! I can confirm that this fixes #16, however we'll be implementing a different solution that only calls updateDisplay() once when print() is called.
updateDisplay()
print()
Fixed with v2.2.7. Thanks again!
printChar() updates displayRAM instead of calling decimal/colonOnSingle()
This avoids the flicker which results when decimal/colonOnSingle() call updateDisplay before displayRAM has been fully updated and fixes issue #16