Commit Graph

57 Commits

Author SHA1 Message Date
Mr.Blinky df1b92588f
fix platform.txt
add -Wno-error=narrowing to platform.txt
2019-04-07 18:21:19 +02:00
Mr.Blinky 3c83b2e83b
Update 1.2.6 (fixed filename) 2019-04-07 17:15:04 +02:00
Mr.Blinky 3cc4be4468
Update 1.2.6 package (fixed length) 2019-04-07 17:09:49 +02:00
Mr.Blinky b485cf0bf3
Update 1.2.6 package 2019-04-07 17:01:27 +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 af5076fd60
source update
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
2019-04-07 16:57:16 +02:00
Mr.Blinky 6fe44ffb23
update bootloader
Optimized bootloader
Added progressbar support for SSD132x displays
2019-03-16 14:51:23 +01:00
Mr.Blinky 4d650a09f9
add progressbar to bootloader
all 1-bit display bootloaders will show a progressbar during flashing.
2019-03-10 23:05:51 +01:00
Mr.Blinky 3c94d56cb8
Add bootloader with new wiring scheme
Add bootloader support for Flash cart using SDA (pin 2/ D1) as chip select.
2018-12-15 17:18:45 +01:00
Mr.Blinky a76f43a053
Optimized wiring.c changed bootloader combo
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
2018-09-22 13:36:31 +02:00
Mr.Blinky 0de4b41588
Fixed interrupt glitch in ATMlib.play() p2
Disabled timer/counter 4 overflow interrupt at beginning of play() to prevent bad sounds from being played when song is changed while playing
2018-09-21 00:32:21 +02:00
Mr.Blinky 02aa13d078
Fixed interrupt glitch in ATMlib.play()
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.
2018-09-21 00:23:05 +02:00
Mr.Blinky 8bf0c707d6
Updated ArduboyPlaytune to 1.0.4 2018-09-18 19:54:09 +02:00
Mr.Blinky bec41ebf90
Added ST7565 bootloader hex files 2018-09-18 19:37:12 +02:00
Mr.Blinky 71b27ac33c
added missing files 2018-09-18 18:19:10 +02:00
Mr.Blinky 753aa84d90
Added ST7565 library support 2018-09-16 18:34:36 +02:00
Mr.Blinky 38b628cbab
Added ST7565 bootloader 2018-09-16 18:31:39 +02:00
Mr.Blinky 7c8f3f0ddf
added board package source (part 4 libraries) 2018-09-10 21:04:34 +02:00
Mr.Blinky d571669182
added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
Mr.Blinky 422fa0901a
Added board package source (part 2 libraries) 2018-09-10 20:57:16 +02:00
Mr.Blinky 2921024e29
Added source files (part 1)
Added all source files except the libraries (too many files to add in a single go)
2018-09-10 20:50:47 +02:00
Mr.Blinky cabd5410db
Update package_arduboy_homemade_index.json
fixed zip file version number to 1.2.5
2018-07-08 23:49:56 +02:00
Mr.Blinky c9f994c8a6
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:43:34 +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 8718368c9b
Update README.md 2018-06-29 14:21:19 +02:00
Mr.Blinky 925c4776a4
Update README.md 2018-06-27 09:35:05 +02:00
Mr.Blinky 3fec7448fe
update to v1.2.4
Updated Cathy3K bootloader to v1.4 with built in flasher menu
2018-06-12 21:38:33 +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 49b2d3e46a
v1.2.3 update
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:31:08 +02:00
Mr.Blinky 43078cc839
Delete package_arduboy_homemade.json 2018-05-27 00:29:43 +02:00
Mr.Blinky e4bfefd11c
v1.2.3 update
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:27:42 +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 14a11a88b9
Update README.md 2018-05-25 23:15:57 +02:00
Mr.Blinky 4231ac2a3b
Update README.md 2018-03-25 17:50:00 +02:00
Mr.Blinky 4bfeb0f68e
Add files via upload 2018-03-25 17:19:50 +02:00
Mr.Blinky 2eb97dfefb
Update README.md 2018-03-25 16:46:09 +02:00
Mr.Blinky b7e16497bf
Add files via upload 2018-03-25 16:39:23 +02:00
Mr.Blinky 04c38b5a84
Rename package_arduboy_homemade.json to package_arduboy_homemade_index.json 2018-03-25 16:35:50 +02:00
Mr.Blinky 57d1c37679
URL fix 2018-03-25 16:13:20 +02:00
Mr.Blinky a93c6bc3c4
replaced by newer version 2018-03-25 15:39:58 +02:00
Mr.Blinky 9810a8af2d
update 2018-03-25 15:39:00 +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 86b8ba1449
title change 2018-03-25 15:33:05 +02:00
Mr.Blinky 2c0526afc9
name change 2018-03-25 15:32:23 +02:00
Mr.Blinky 3ecb78fef9
update to 1.2.1
updated with latest updated bootloader, core files and libraries
2018-02-28 21:23:31 +01: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 9047509275
Update README.md 2018-02-25 21:01:34 +01:00
Mr.Blinky 6ea46ed1b3
Add files via upload 2018-02-25 20:52:53 +01:00