Picoware - v1.7.7
This is an update to the MicroPython version with audio optimizations, screenshot functionality (press F1), correct font spacing, and a new button property in the ViewManager class that caches the last button pressed and resets it after the current view's run method is called.
Notes:
- The GameBoy emulator has the best experience with an RP2350. The RP2040 is not clocked high enough to smoothly handle ROM loading through PSRAM while streaming audio on core 1. It is playable on the RP2040, but you may experience lag.
- Screenshots can take up to 10 seconds and are saved to the root of the SD card as
screenshot.bmp. - The methods in the
Drawclass now accept floats for position and size coordinates and will convert them to integers, so there is no need to cast to integer anymore — which in some cases will greatly speed up your code. - On WiFi-enabled devices that are connected to WiFi, files now save with the correct timestamp.