Releases: fpv-wtf/msp-osd
Releases · fpv-wtf/msp-osd
v0.12.3
v0.12.2
Fix png fonts breaking recording (#146) * tidy up font_variant_e / char inconsistencies between main code + recording, so that recording can work again * Consider the different header length when seeking * left the debugs in again
v0.12.1
As 0.12.0, but font converting was removed as it can create broken fonts.
v0.12.0
TLDR: Betaflight 4.5 colour fonts. No longer just for Walksnail.
Attention: We have a new font format, your SD card fonts will no longer work; you need to install new ones.
- Support for additional font pages ( = Betaflight coloured warnings) *note that Betaflight CLI commands may be needed to configure this. -
set displayport_msp_fonts = 0,1,2,3
(Thanks to @bri3d for work on this) - Switch to PNG fonts to match the more common and easier to work with format, also used by Walksnail. (Also thanks to @bri3d)
- Updated versions of fonts for Betaflight/INAV/Ardupilot will be on the goggles by default. (SNEAKY_FPV Europa versions - Big thanks to SNEAKY_FPV for creating and allowing us to bundle these.)
- Updated/different fonts can now be copied to the goggles file system at /blackbox to replace the existing ones, instead of having to put them onto every SD card you use. (Currently only via fpv.wtf CLI). SD card fonts still take priority.
- Flight controller names no longer hardcoded; future flight controllers should automatically pick up and use a custom font named font_{msp identifier}.png / font_{msp identifier}_hd.png (previously we had to release an update to support new variants). e.g. font_inav.png, font_btfl_hd.png, font_quik.png, etc
v0.11.1
- Fixed 2nd font page being blank for Betaflight 4.5 and generic FC configurations, now falls back to page 1.
v0.11.0
This version fixes rebooting issues related to thread safety issues with dji_duml_hal by changing framebuffer usage.
v0.10.1
Adds support for QUICKSILVER + new fonts for Kiss Ultra Non functionali improvements to config
v0.10.0
This release is mainly to help new users:
- compress_osd as well as the goggles-side recording options are now enabled by default for new installations only. For existing installations which are upgraded, you will still need to adjust your settings using the CLI.
- A small fix to goggles-side OSD overlay playback when using FakeHD which will prevent FakeHD from being applied twice (thanks, Knifa!)
v0.9.1
Fix the playback feature from https://github.com/fpv-wtf/msp-osd/releases/tag/v0.9.0 so it works on V1 goggles.
No air unit changes, so you don't need to install the new Air Unit version if you don't want. Also no changes for V2 users.