-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repurpose Display to use the more up-to-date rendering principles by using Text and the philosophies it has. Align Enum has been moved to Text where it is actually used. Align has been added to Text to actually work alongside Display Order Enum has been renamed from UP and DOWN to NORMAL and REVERSED to indicate the changes made internally to rendering. Order now changes the order but not the position of the Display. RegisterType Enum has been removed as draw is now called by the module creator instead of internally. Removed a bunch of references to Display since it no longer internally renders everything. DisplayLine has been removed as it was a glorified Text with some triggers. Text now has background drawing capabilities and Display utilizes them to work. Fixed a known memory sink when setting lines with a string. Adding and setting now should use a more optimized way of setting the text.
- Loading branch information
1 parent
93038a0
commit cc91ab4
Showing
9 changed files
with
311 additions
and
642 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.