lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

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

Closed andrewjswan closed 7 months ago

andrewjswan commented 7 months ago

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:

lubeda commented 7 months ago

can you provide a sample array?

lubeda commented 7 months ago

I see, this works best with. auto_clear_enabled: true

andrewjswan commented 7 months ago

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]