Commit Graph

31 Commits

Author SHA1 Message Date
Peter Brown d4a0aa968c Fix zip format 2023-12-23 14:34:44 -07:00
Peter Brown 440710c389 Change EEPROM object attribute to unused 2023-12-23 14:31:58 -07:00
Mr.Blinky 3b71be313e update package to 1.3.9 (fix) 2023-07-16 00:08:51 +02:00
Mr.Blinky 419b8385f5 update package to 1.3.9 2023-07-16 00:05:10 +02:00
Mr.Blinky f343c67507 update ArduboyFX library in package 1.3.8 2023-03-01 23:27:11 +01:00
Mr.Blinky c88ab0d663 moved arduboy-homemade-1.3.8.zip 2023-02-28 16:54:19 +01:00
Mr.Blinky 50fb3dc831 update package to version 1.3.7
update Arduboy FX Library to version 1.0.7
update microcade bootloader
2023-01-28 22:12:00 +01:00
Mr.Blinky a596b18d8c update board package to 1.3.6
update Arduboy FX library
add microcade support
add microcade bootloader
update Ardubiy2 library
2023-01-07 02:36:53 +01:00
Mr.Blinky 3c19ce9f53 Update board package to 1.3.5
Updated ArduboyFX library to version 1.0.4
2022-11-18 17:34:03 +01:00
Mr.Blinky 8d5147ab86 update boardpackage to 1.3.4 2022-06-11 19:15:14 +02:00
Mr.Blinky d168f3e8a4 Update boardpackage to version 1.3.3
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
2022-03-12 13:38:31 +01:00
Mr.Blinky 694837952d Update package to 1.3.2
Add board support for 8BitCADE XL and 8BitCADE XL Level UP
2022-02-24 14:59:33 +01:00
Mr.Blinky 159b1c8f63 Update boardpackage 2022-02-23 16:36:40 +01:00
Mr.Blinky 484a4a8d6b Remove double drawballs sketch 2022-02-23 02:09:50 +01:00
Mr.Blinky 667d7c307a Update boardpackage to 1.3.1
Update Arduboy FX library and examples
2022-02-23 02:01:19 +01:00
Mr.Blinky f70778f120 update boardpackage version 1.3.0 2021-12-06 17:57:14 +01:00
Mr.Blinky 6ac7468383 update package to 1.2.9
remove cathy2k bootloader
Update cathy3k bootloader v1.9
Update Arduboy2 library with latest changes
update tinyfont library
update EEPROM library
Add FX library
update Arduino SoftwareSerial and Wire libraries
2020-09-15 17:17:03 +02:00
Mr.Blinky 80e39d3b22
update package 1.2.8 2020-06-27 01:51:06 +02:00
Mr.Blinky 7d96f6ec55
Add files via upload
fixed drawBitmap in Arduboy2 library
2019-07-23 21:57:22 +02:00
Mr.Blinky 1a54577dc9
Delete arduboy-homemade-1.2.7.zip
contained buggy drawbitmap in Arduboy2 library
2019-07-23 21:56:39 +02:00
Mr.Blinky 0ccf75bef1
update 1.2.7 package 2019-07-22 22:46:53 +02:00
Mr.Blinky df1b92588f
fix platform.txt
add -Wno-error=narrowing to platform.txt
2019-04-07 18:21:19 +02:00
Mr.Blinky 0ee223abf2
Update 1.2.6
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
2019-04-07 17:00:31 +02:00
Mr.Blinky 041258682f
update 1.2.5
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
2018-07-08 23:42:10 +02:00
Mr.Blinky fcbb45311e
Bootloader + fuse settings
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
2018-06-12 21:36:46 +02:00
Mr.Blinky 310f1ba4d4
bootloader, library, board, misc changes
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
2018-05-27 00:03:42 +02:00
Mr.Blinky 8a2f667d89
Delete 1.2.3.zip 2018-05-27 00:02:40 +02:00
Mr.Blinky 699fe67d72
bootloader, library, boards, misc changes
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
2018-05-26 23:59:30 +02:00
Mr.Blinky 48233907ae
Updated libraries
Name change to homemade
Updated Arduboy2 library
Several fixes and optimizers
2018-03-25 15:38:24 +02:00
Mr.Blinky b759586ba6
updated version
updated with latest updated bootloader, core files and libraries
2018-02-28 20:28:26 +01:00
Mr.Blinky abe5835fa2
added board package 2018-02-13 21:57:15 +01:00