Skip to content

Conversation

@MarkMoss
Copy link

@MarkMoss MarkMoss commented Jun 2, 2023

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

…le().

This avoids the flicker which results when decimal/colonOnSingle() call updateDisplay before displayRAM has been fully updated.
@sfe-SparkFro
Copy link
Contributor

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
Copy link
Contributor

Fixed with v2.2.7. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants