-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EvmuLcd refactor and screen refresh asynchronicity
1) EVMU_VERSION - bumped to 1.6.0 2) EvmuLcd - icons are now flags, so multiple can be set/get at a time - every toggle without side-effects is now a public variable - virtual method for refreshing the screen - signals for refreshing screen, icons changing, and screen being turned on/off - properties implemented - some sketchiness with storing/maintaining changes for icons has been resolved - everything should be implemented with BARE MINIMAL update frequency - MAYBE work later for screensaver updating (no code pat for that yet) - still need to implement STAD register! - screen refresh divisor has now become a public, configurable property 3) EvmuPic - added a comment for clarity 4) libGimbal - synchronized repo
- Loading branch information
1 parent
3f101ac
commit bb62102
Showing
11 changed files
with
280 additions
and
178 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
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
Submodule libgimbal
updated
from 828ba9 to b0e7f8
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.