The Neopixel version was not working. I updated to the latest FastLED
library that uses the RMT feature and a second core. I also updated the
code to make it easier to deal with the differences between the Neopixel
and Dotstar versions.
- JOYSTICK_DEBUG was left on...turned it off
- Web page fields now have
type='number' so they bring up a number keyboard
- Refresh the
brightness when it changes.
- More Screen Savers
- Better looking
reset after gameover
- Better looking restart after boss kill
-
Updated readme with video and latest info
- fixed bug in settings when initial read failed. It was
trying to
turn off the sound timer while it was still NULL
- Number of LEDs is
now adjustable via serial and wifi. Woot, no
recompile just to
change strip length.
- A little refactoring so Wifi and Serial
interfaces can share
some code.
- Added Refresh button to web page
- Access game stats via wifi access point and web server
- Setup game preferences via serial port (EEPROM issue causes
crashes...help me fix). Does not affect game normal play.
- Updated to recent stuff on Arduino port.