sparkfun / SparkFun_Alphanumeric_Display_Arduino_Library

Arduino Library for the SparkX Qwiic Alphanumeric Display
Other
22 stars 13 forks source link

printChar() updates displayRAM instead of calling decimal/colonOnSing… #17

Closed MarkMoss closed 1 year ago

MarkMoss commented 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

sfe-SparkFro commented 1 year ago

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.

sfe-SparkFro commented 1 year ago

Fixed with v2.2.7. Thanks again!