Arduboy2/examples
Scott Allen b8c1cb742a Add EEPROM flag to disable RGB LED with boot logo
Flag SYS_FLAG_SHOW_LOGO_LEDS added to EEPROM_SYS_FLAGS.
The boot logo functions check the flag and leave the RGB LED off if
the flag isn't set.

Added functions writeShowBootLogoLEDsFlag() and
readShowBootLogoLEDsFlag() for writing and reading the
SYS_FLAG_SHOW_LOGO_LEDS flag.

Example sketch SetSystemEEPROM modified to allow setting the
SYS_FLAG_SHOW_LOGO_LEDS flag.
2018-04-07 07:09:49 -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 EEPROM flag to disable RGB LED with boot logo 2018-04-07 07:09:49 -04:00