Commit Graph

11 Commits

Author SHA1 Message Date
Mr.Blinky 7a99d70546 update boardpackage source
update bootloaders
add Arduboy mini support and bootloader
update Arduboy FX library to v1.0.11
2023-07-15 23:59:52 +02:00
Mr.Blinky fed21b40cb update ArduboyFX library
Update Arduboy FX library to v1.0.8
add manufacturer strings to boards.txt
2023-02-28 16:46:51 +01:00
Mr.Blinky db61fbe18a update Arduboy FX library, microcade bootloader
update Arduboy FX library to 1.0.7 with Load/SaveGameState functions and example

update microcade bootloader fixing RGB LED glitch when changing selection
2023-01-28 22:05:54 +01:00
Mr.Blinky 29dd60bb1c updatate source with Arduboy FX library to v1.0.5 2023-01-07 02:07:49 +01:00
Mr.Blinky bee1697dab update ArduboyFX library 2022-11-18 17:26:53 +01:00
Mr.Blinky b0c7ed2663 update arduboy core, fx library
fixed warning in wiring.c
added draw string and numbers functions to fx library
added Hello World fx example
2022-03-21 21:21:15 +01:00
Mr.Blinky c524df36e1 Update ArduboyFX and ArduboyTones libraries
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:29:54 +01:00
Mr.Blinky d711506e3d Update Arduboy FX library and examples
Update FX::begin() Now includes FX:disableOLED()
Added  FX::display() FX replacement for arduboy.display()
2022-02-23 01:47:00 +01:00
Michael Gollnick 0f3185435d ArduboyFX: Add Mr.Blinkys original displayPrefetch
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.
2022-02-10 11:20:01 +01:00
Michael Gollnick fcf672bb4e ArduboyFX: fix return type of readIndexedUInt8
Set the return type to uint8_t so the type matches the definition.
2022-02-10 11:18:35 +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