-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024.1.0: Add Boot logo mode 6 and 7 - pseudo animation
aka `True starship astronavigator modes` Each element of the image mask array can take values from 0 to 255 (if the value is greater than 255, it is automatically reset to 255). Each pixel is output depending on the bit that is set in its value byte, for example: - `1` - `10000000` - Will be displayed at every 1 cycle of the boot logo image output. - `4` - `00100000` - Will be displayed at every 3 cycle of the boot logo image output. - `255` - `11111111` - Will be displayed at each cycle of the boot logo image output.
- Loading branch information
1 parent
f9b4870
commit 08ce3aa
Showing
3 changed files
with
39 additions
and
2 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