Commit Graph

14 Commits

Author SHA1 Message Date
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
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 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