unknown
db65319827
update RTC bootloaders
...
added RTC bootloaders for Noritake GU12864_800B display
2025-07-12 23:10:49 +02:00
unknown
62e729b10b
remove experimental bootloaders
2025-07-12 16:39:39 +02:00
unknown
2751259311
update bootloaders
...
fixed broken bootloader filepaths
added bootloaders for Noritake GU12864_800B displays
added bootloaders with RTC support
2025-07-12 15:47:17 +02:00
Mr.Blinky
b44f758abc
Update board.txt, platform.txt
...
Add RTC bootloader support for Arduboy FX (DevKit) and Arduboy mini
2024-09-29 21:58:09 +02:00
Mr.Blinky
d5a26a5e11
Add RTC bootloaders
2024-09-29 21:55:44 +02:00
Mr.Blinky
8703aab7ca
Add fx-chip-test example
2023-12-23 22:52:49 +01:00
Peter Brown
440710c389
Change EEPROM object attribute to unused
2023-12-23 14:31:58 -07:00
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
cf5067fe3a
update ArduboyFX library, add programmers.txt
...
Update ArduboyFX to v 1.0.10
Add programmers.txt for Arduino IDE 2.x support
2023-04-22 17:45:54 +02:00
Mr.Blinky
e2ef8367f8
update source with ArduboyFX library 1.0.9
2023-03-01 23:22:09 +01: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
e4eba41912
Add microcade logo
2023-01-29 22:25:59 +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
0b0e9a7136
update Arduboy FX library to 1.0.6
...
fix corruption of register r17 in drawFrame
2023-01-17 21:59:25 +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
c26e9dd8a6
update microcade bootloader
...
rotated D-pad buttons 180 degrees
2022-12-12 16:48:35 +01:00
Mr.Blinky
822745e220
update arduboy, arduboy2 libraries
...
Arduboy, Arduboy2:
Rotated D-pad buttons 180 degrees for microcade
arduboy:
added forgotten rgb on code for microcade
2022-12-12 14:18:46 +01:00
Mr.Blinky
6ba403d487
update microcade bootloaders
...
fixed RGB led issue in CDC_Task_Command_x
2022-12-12 00:27:27 +01:00
Mr.Blinky
39c50b345e
add microcade bootloaders
2022-12-11 21:33:27 +01:00
Mr.Blinky
02d29b6ca0
update Arduboy library
...
Add support for microcade
2022-12-11 15:23:17 +01:00
Mr.Blinky
32e8b1d25c
Update Arduboy2 library
...
Add support for microcade
fix eeprom function warnings
inlined setRGBled On/Off functions
2022-12-11 15:21:52 +01:00
Mr.Blinky
fc95424467
update boards.txt
...
Add microcade options
2022-12-11 15:12:15 +01:00
Mr.Blinky
bee1697dab
update ArduboyFX library
2022-11-18 17:26:53 +01:00
Mr.Blinky
e73457dc75
Update Arduboy2 library, boards.txt
...
boards.txt
add seperate Arduboy and Arduboy FX board support
Arduboy2.cpp, Arduboy2.h
change use of avr eeprom library instead of Arduino eeprom library.
Arduboy2core.cpp
fix SH1106 display code end timing
2022-06-11 19:09:48 +02: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
dbe2df81da
Update Arduboy, Arduboy2 libraries
...
Remapped ABXY buttons for 8BitCADE XL Level UP
2022-03-14 21:24:51 +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
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
e671fa1fd1
Update ArduboyFX.cpp
...
Fix return values of readPendingUInt24 readPendingLastUInt24
2022-02-23 16:25:14 +01:00
Mr.Blinky
484a4a8d6b
Remove double drawballs sketch
2022-02-23 02:09:50 +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
75b7421999
Miscellaneous updates
...
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
2021-12-05 22:09:37 +01:00
poevoid
8565086d8f
Update Arduboy2.cpp
...
just a few more things that had to be referenced. works great now
2021-07-28 14:28:54 -07:00
poevoid
22d49b4edc
Update Arduboy2.h
...
actually works now
2021-07-28 14:28:05 -07:00
poevoid
c8b3653238
Update Arduboy2.h
2021-07-28 13:54:02 -07:00
poevoid
f6f5a52cba
Update Arduboy2.cpp
...
added one line to make certain sprites visible with some games. Obono's Evasion for example would have only the top half of the score displayed, the bottom of the sprite was cut off. adding "if (h % 8 != 0) rows++;" after rows is instantiated, we have normal behavior.
2021-07-28 13:51:37 -07:00
poevoid
92701849d6
Update Arduboy2.h
...
made static to keep up with 6.0.0 of arduboy2 library
2021-07-28 13:49:18 -07:00
Mr.Blinky
d2f8227b1a
update ArduboyFX library
...
Added more example sketches to library.
+ minor changes
2021-05-09 22:06:58 +02:00
Mr.Blinky
c933c2b804
update drawballs example
2021-05-09 02:06:14 +02:00
Mr.Blinky
5e9e431095
Delete tiles_16x16.bin
2021-05-09 02:05:09 +02:00
Mr.Blinky
0d3496935c
Delete tilemap.bin
2021-05-09 02:04:57 +02:00
Mr.Blinky
230555f644
Delete drawballs-single-datafile.bin
2021-05-09 02:04:48 +02:00
Mr.Blinky
ed2474928e
Delete ball_16x16.bin
2021-05-09 02:04:38 +02:00
Mr.Blinky
ae8557d69a
Delete ball.bin
2021-05-09 02:04:26 +02:00
Mr.Blinky
e8963d3aff
fix ProMicro, ArduBigBOY bootloaders
...
Fixed Green LED always on in ProMicro bootloaders (alternate wiring scheme)
Fixed failed wakeup from flash powerdown mode in ArduBigBoy bootloaders
2021-01-11 23:31:51 +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
79a01207a5
fix core issue for GU128X64-800B display
2020-06-28 20:55:07 +02:00
Mr.Blinky
83201ca4dd
update TinyFont lib
2020-06-27 01:40:29 +02:00