Commit Graph

20 Commits

Author SHA1 Message Date
Mr.Blinky e4eba41912 Add microcade logo 2023-01-29 22:25:59 +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 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 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 dbe2df81da Update Arduboy, Arduboy2 libraries
Remapped ABXY buttons for 8BitCADE XL Level UP
2022-03-14 21:24:51 +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 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 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 162a70371e
update Arduboy and Arduboy2 libs
Arduboy lib:
added support for Noritake GU128X64-800B VFD display

Arduboy2 lib:
added support for Noritake GU128X64-800B VFD display
removed experimental batterycheck code and keywords
temporary reverted assembly code in sprites.cpp
fixed one off bug in drawBitmap
buttonsState no longer uses timer ISR code
exitToBootloader function uses timer ISR code
2020-06-27 01:22:31 +02:00
Mr.Blinky 4c699c5fdb
I2C fix 2020-04-25 17:53:00 +02:00
Mr.Blinky 65193c1e07
I2C fix 2020-04-25 17:44:22 +02:00
Mr.Blinky 7d9a39e078
fix bug in drawBitmap
Fix bug introduced in drawBitmap optimisation
2019-07-23 14:51:05 +02:00
Mr.Blinky 1085fb7858
update Arduboy and Arduboy2 libraries
Add SSD1306 i2c display support to Arduboy and Arduboy2 libraries
2019-07-22 22:29:34 +02:00
Mr.Blinky 753aa84d90
Added ST7565 library support 2018-09-16 18:34:36 +02:00
Mr.Blinky 422fa0901a
Added board package source (part 2 libraries) 2018-09-10 20:57:16 +02:00