From 3c4915b0d551d653a0fa6056337515f9c7e9bc43 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Wed, 26 Apr 2017 10:08:07 -0400 Subject: [PATCH] Add commented out logo alternatives to begin() --- src/Arduboy2.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Arduboy2.cpp b/src/Arduboy2.cpp index aa5a071..11aea29 100644 --- a/src/Arduboy2.cpp +++ b/src/Arduboy2.cpp @@ -45,6 +45,11 @@ void Arduboy2Base::begin() audio.begin(); 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 do {