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