Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.1.0: Add Boot logo mode 6 and 7 - pseudo animation #195

Conversation

andrewjswan
Copy link

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.

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.
@lubeda lubeda merged commit 2477430 into lubeda:2024.1.0-prerelease Jan 6, 2024
1 check passed
@lubeda
Copy link
Owner

lubeda commented Jan 6, 2024

can you provide a sample array?

@lubeda
Copy link
Owner

lubeda commented Jan 6, 2024

I see, this works best with. auto_clear_enabled: true

@andrewjswan
Copy link
Author

can you provide a sample array?

[0,1,1,1...1,1,1,0,
0,2,2,2...2,2,2,0,
0,4,4,4...4,4,4,0,
0,8,8,8...8,8,8,0,
0,16,16,16...16,16,16,0,
0,32,32,32...32,32,32,0,
0,64,64,64...64,64,64,0,
0,128,128,128...128,128,128,0]

@andrewjswan andrewjswan deleted the 2024.1.0-Add_Boot_logo_mode_6_and_7_-_pseudo_animation branch January 6, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants