Display buffer for the ergodox LCD and a Non-blocking sync routine.#115
Open
acui wants to merge 17 commits intokiibohd:masterfrom
Open
Display buffer for the ergodox LCD and a Non-blocking sync routine.#115acui wants to merge 17 commits intokiibohd:masterfrom
acui wants to merge 17 commits intokiibohd:masterfrom
Conversation
Added a blocking version of the display sync function.
1. Wrong page numbers when the max y of the bounding box is not a multiplier of 8. 2. The LCD's coordinate system has a reversed y. Fixed nearly all the tty funcions. 3. The clear screen function changed to the STLcd_clear in the TTY APIs. 4. Added lcdTextOut and ttyScrollUp cli commands.
Also changed the code style.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the latest version of the LCD routine I used. I changed the branch name to a more sensible one.