mirror of https://github.com/MLXXXp/Arduboy2.git
Add array lengths to comments for boot logos
This commit is contained in:
parent
350a6ee629
commit
bbebec346d
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
// arduboy_logo.png
|
// arduboy_logo.png
|
||||||
// drawBitmap() format
|
// drawBitmap() format
|
||||||
// 88x16
|
// 88x16 px (176 bytes)
|
||||||
const PROGMEM uint8_t Arduboy2Base::arduboy_logo[] = {
|
const PROGMEM uint8_t Arduboy2Base::arduboy_logo[] = {
|
||||||
0xF0, 0xF8, 0x9C, 0x8E, 0x87, 0x83, 0x87, 0x8E, 0x9C, 0xF8,
|
0xF0, 0xF8, 0x9C, 0x8E, 0x87, 0x83, 0x87, 0x8E, 0x9C, 0xF8,
|
||||||
0xF0, 0x00, 0x00, 0xFE, 0xFF, 0x03, 0x03, 0x03, 0x03, 0x03,
|
0xF0, 0x00, 0x00, 0xFE, 0xFF, 0x03, 0x03, 0x03, 0x03, 0x03,
|
||||||
|
@ -33,7 +33,7 @@ const PROGMEM uint8_t Arduboy2Base::arduboy_logo[] = {
|
||||||
|
|
||||||
// arduboy_logo.png
|
// arduboy_logo.png
|
||||||
// drawCompressed() format
|
// drawCompressed() format
|
||||||
// 88x16
|
// 88x16 px (151 bytes)
|
||||||
const PROGMEM uint8_t Arduboy2Base::arduboy_logo_compressed[] = {
|
const PROGMEM uint8_t Arduboy2Base::arduboy_logo_compressed[] = {
|
||||||
0x57, 0x0F, 0x9C, 0x53, 0x72, 0x75, 0x29, 0xE5, 0x9C, 0x92,
|
0x57, 0x0F, 0x9C, 0x53, 0x72, 0x75, 0x29, 0xE5, 0x9C, 0x92,
|
||||||
0xCE, 0x95, 0x52, 0xAD, 0x4E, 0x49, 0xE7, 0x08, 0x09, 0xED,
|
0xCE, 0x95, 0x52, 0xAD, 0x4E, 0x49, 0xE7, 0x08, 0x09, 0xED,
|
||||||
|
@ -55,7 +55,7 @@ const PROGMEM uint8_t Arduboy2Base::arduboy_logo_compressed[] = {
|
||||||
|
|
||||||
// arduboy_logo.png
|
// arduboy_logo.png
|
||||||
// Sprites::drawSelfMasked() format
|
// Sprites::drawSelfMasked() format
|
||||||
// 88x16
|
// 88x16 px (178 bytes)
|
||||||
const PROGMEM uint8_t Arduboy2Base::arduboy_logo_sprite[] = {
|
const PROGMEM uint8_t Arduboy2Base::arduboy_logo_sprite[] = {
|
||||||
88, 16,
|
88, 16,
|
||||||
0xF0, 0xF8, 0x9C, 0x8E, 0x87, 0x83, 0x87, 0x8E, 0x9C, 0xF8,
|
0xF0, 0xF8, 0x9C, 0x8E, 0x87, 0x83, 0x87, 0x8E, 0x9C, 0xF8,
|
||||||
|
|
Loading…
Reference in New Issue