Add commented out logo alternatives to begin()

This commit is contained in:
Scott Allen 2017-04-26 10:08:07 -04:00
parent a01ceffb20
commit 3c4915b0d5
1 changed files with 5 additions and 0 deletions

View File

@ -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 {