update Arduboy FX library to 1.0.7 with Load/SaveGameState functions and example
update microcade bootloader fixing RGB LED glitch when changing selection
changed Arduboy FX library version to 1.0.2
Fixed drawBitmap incorrect mask on images with non multiple of 8 heights
Minor comment edits
changed ArduboyTones library version to 1.0.4
Optimized Interrupt service routine saving ~52 bytes of PROGMEM
Add Mr.Blinkys displayPrefetch function that he shared in
the Arduboy forum. This function can send the current buffer
to the OLED while simultaneously reading new data from
flash into the framebuffer.
remove sparkfun name from IDE option menu
add Arduboy2 library version 6.0.0 changes
add SH1106 I2C display support to Arduboy and Arduboy2 library Thanks to @evgenykzz2
add experimental code for extra X and Y buttons to Arduboy2 library
add alternate wiring support to Arduboy2beep Thanks to @menehune23
update Arduboy2 library HardwareTest sketch
add link to Cathy3K Repo in bootloader folder
add contrast option to IDE option menu