Arduboy2/examples
Scott Allen a43e745250 Add system EEPROM flag to disable the boot logo
Flag SYS_FLAG_SHOW_LOGO added to EEPROM_SYS_FLAGS. The boot logo
functions check the flag and bypass the logo sequence if the flag
isn't set.

Added functions writeShowBootLogoFlag() and readShowBootLogoFlag()
for writing and reading the SYS_FLAG_SHOW_LOGO flag.

Renamed example sketch SetNameAndID to SetSystemEEPROM and added
the ability to set the SYS_FLAG_SHOW_LOGO flag, plus menus to reset
the system and user EEPROM areas.
2018-03-22 08:11:24 -04:00
..
ArduBreakout Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
BeepDemo Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
Buttons Migrate example sketches 2016-06-30 19:40:17 -04:00
HelloWorld Migrate example sketches 2016-06-30 19:40:17 -04:00
PlayTune Fix comment in PlayTune sketch: Devkit -> DevKit 2017-02-07 09:57:32 -05:00
RGBled Refactor setRGBled() and add freeRGBled() 2018-03-11 05:40:44 -04:00
SetSystemEEPROM Add system EEPROM flag to disable the boot logo 2018-03-22 08:11:24 -04:00