fixing printChar() so that shift functions can move characters printed by printChar#26
fixing printChar() so that shift functions can move characters printed by printChar#26cchuneke wants to merge 2 commits into
Conversation
…ers printed with printChar()
|
Thanks for this! I created #27 to track this, as it looks like there's other places where |
|
Sure! I missed #27 when looking at the issues somehow, and I'm also surprised I didn't find any of the other problems while I was working with the library. I'll see what I can and can't fix myself. |
I created it after you created this PR, just so we can track it properly 🙂
Thanks! |
|
I don't actually have one of the displays to test things on myself (only have one at work since I used it for a work project), but I think this will fix the issue with |
added a line that assigns the input of
printChar()to the local RAM, to allowshiftLeft()andshiftRight()to work on characters printed withprintChar().