A and B buttons have identical function now
reset on loader screen enters power down mode /wake up from power down
flash chip erase block size changed to 64K for faster flashing
updated Package to 1.2.6 with all previous source updates:
* Updated Arduboy2 library to 5.2.1
* updated ATMlib to 1.2.6
* added support for LCD_ST7565 backlit displays
* Added Flash Chipselect options to tools menu
* optimized core wiring.h
* Enter bootloader mode button combo changed to pressing UP+DOWN for ~1,5 seconds
* updated Cathy3K bootloader
Update Arduboy2 library to 5.2.1
bootloader support for alternate flash chipselect SDA
reverted Sprites.cpp
added checkBatteryState checkBatteryStateLED functions to Arduboy2 library
update cathy3K bootloader with menu scrolling and progressbar
Optimized wiring.c assembly code
Changed bootloader trigger combo to press UP + DOWN for ~1.5 seconds
removed turning on Rx LED when bootloader combo is triggered
removed bootloader trigger wait for button release
Timer/counter 4 is enabled on Arduino init() and a Timer/counter 4 overflow may happen right after the timer/counter 4 interrupt is enabled. When this happens the channels have not been initialized yet causing random noise/sounds being played.
This has been fixed by moving the interrupt enable after the channels have been initialized.
Added additional resolutions for SSD1327 and SSD1329 displays to Arduboy and Arduboy2 libraries
Added bootloaders for use with SSD1327 and SSD1329 displays
updated Arduboy-TinyFont library
Added Fixed Points Arduino library
Added additional resolutions for SSD1327 and SSD1329 displays to Arduboy and Arduboy2 libraries
Added bootloaders for use with SSD1327 and SSD1329 displays
updated Arduboy-TinyFont library
Added Fixed Points Arduino library
Updated Cathy 3K bootloader to v1.4 with built in flasher menu
Changed high fuses for standard bootloader to 0xd0 to preserve EEPROM contents on erase chip
board:
-Added support for Cathy2K bootloader
-Added updated Cathy3K with write to flash cart support
-Moved Homemade Arduboy board option up
-fixed typos
Arduboy2 library:
-added generateRandomSeed() from current master
-Added flash cart hardware pin defines
-SPItransfer returns SPI data
-fixed sprite glitch when HEIGHT > 64
Arduboy core:
-Rx LED will light up when bootloader or reset button combo has been pressed for over 1.5 seconds to inform the user the button combo can be released
board:
-Added support for Cathy2K bootloader
-Added updated Cathy3K with write to flash cart support
-Moved Homemade Arduboy board option up
-fixed typos
Arduboy2 library:
-added generateRandomSeed() from current master
-Added flash cart hardware pin defines
-SPItransfer returns SPI data
-fixed sprite glitch when HEIGHT > 64
Arduboy core:
-Rx LED will light up when bootloader or reset button combo has been pressed for over 1.5 seconds to inform the user the button combo can be released
board:
-Added support for Cathy2K bootloader
-Added updated Cathy3K with write to flash cart support
-Moved Homemade Arduboy board option up
-fixed typos
Arduboy2 library:
-added generateRandomSeed() from current master
-Added flash cart hardware pin defines
-SPItransfer returns SPI data
-fixed sprite glitch when HEIGHT > 64
Arduboy core:
-Rx LED will light up when bootloader or reset button combo has been pressed for over 1.5 seconds to inform the user the button combo can be released