Releases: adafruit/Adafruit_Arcada
2.0.3 - Display speed and disk bugfixes
This release fixes bugs that were interfering with the 50MHz display SPI and with the disk showing up
2.0.2 - Bugfix for non-SAMD51 boards
Update library.properties
MONSTER M4SK fixes
examples working
Board definition refactor
Breaking changes! UI's are now much more configurable, needs a header per board but isnt as ifdef'y
multiple libraries updated to match
Dual filesystem support
QSPI support is now done thru SDFat which means we can have both/either filesystem, completely dynamic! e.g. SD card used when thats plugged in, and QSPI if no SD found. need the very latest of the adafruit SdFat fork for sure, as well as the latest SPIFlash library
Add imagereader and some fixes
add cancellable menu, neopixels dont flicker green on start (we add a little delay), imagereader integrated so you can display 24-bit BMPs
Menus & more!
JSON fixed a bit, menus for selecting things, and fixes to fileflashwrite
Touchscreen and more USB MSD
PyPortal touchscreen now works, and we even 'mimic' a joypad using the touchscreen. SD cards can now appear over MSD if you compile with TinyUSB
Lots more stuff
kinda too much to mention, now usable tho
Starting to add various devices
Now has PyPortal, PyGamer and PyBadge supported