A Happy New... Release
A final release for the year with mostly fixes and a few other improvements. More notable changes include:
- Double-buffered
hires
mode on RP2350 - PicoVision is a bit easier to configure (
-DPICO_BOARD=pimoroni_picovision
) and doesn't depend on pico-extras - Preparation for bigger, more launcher-y things
What's Changed
- Pico display refactoring by @Daft-Freak in #856
- pico: unbreak PWM audio by @Daft-Freak in #857
- pico: unbreak pwm harder by @Daft-Freak in #858
- Actions updates by @Daft-Freak in #859
- sdl: make include directories PUBLIC in fallback path by @Daft-Freak in #863
- sdl: copy/present only after rendering by @Daft-Freak in #862
- API refactor by @Daft-Freak in #851
- Video capture fix by @Daft-Freak in #865
- Don't force 4-byte alignment on api structs by @Daft-Freak in #869
- Fix Surface::line infinite loops by @Daft-Freak in #864
- CI: Switch to action-gh-release. by @Gadgetoid in #870
- pico: SD storage fixes by @Daft-Freak in #868
- pico: revert using nano.specs by @Daft-Freak in #867
- Small collection of fixes by @Daft-Freak in #871
- sdl: fix installing on macos with sdl_image from homebrew by @Daft-Freak in #875
- pico st7789 code shuffle/rename by @Daft-Freak in #872
- Make building for boards that don't have headers in the SDK easier by @Daft-Freak in #874
- sdl: fix exiting while waiting for a render to be presented by @Daft-Freak in #876
- pico: standalone I2S code by @Daft-Freak in #879
- Specify a max version in cmake_minimum_required to remove some warnings by @Daft-Freak in #878
- Pico HID fixes by @Daft-Freak in #881
Full Changelog: v0.3.2...v0.3.3