mirror of https://github.com/MLXXXp/Arduboy2.git
Add commented out logo alternatives to begin()
This commit is contained in:
parent
a01ceffb20
commit
3c4915b0d5
|
@ -45,6 +45,11 @@ void Arduboy2Base::begin()
|
||||||
audio.begin();
|
audio.begin();
|
||||||
|
|
||||||
bootLogo();
|
bootLogo();
|
||||||
|
// alternative logo functions. Work the same a bootLogo() but may reduce
|
||||||
|
// memory size if the sketch uses the same bitmap drawing function
|
||||||
|
// bootLogoCompressed();
|
||||||
|
// bootLogoSpritesSelfMasked();
|
||||||
|
// bootLogoSpritesOverwrite();
|
||||||
|
|
||||||
// wait for all buttons to be released
|
// wait for all buttons to be released
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in New Issue