Skip to content

Releases: fpv-wtf/msp-osd

v0.12.3

03 Oct 00:54
5889e82
Compare
Choose a tag to compare

Fixed Cardinal Symbols in default INAV font

v0.12.2

14 May 22:56
Compare
Choose a tag to compare
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

13 May 22:37
Compare
Choose a tag to compare

As 0.12.0, but font converting was removed as it can create broken fonts.

v0.12.0

10 May 15:49
f23bb25
Compare
Choose a tag to compare

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

17 Sep 22:41
Compare
Choose a tag to compare
  • Fixed 2nd font page being blank for Betaflight 4.5 and generic FC configurations, now falls back to page 1.

v0.11.0

15 Aug 22:08
03a3e80
Compare
Choose a tag to compare

This version fixes rebooting issues related to thread safety issues with dji_duml_hal by changing framebuffer usage.

v0.10.1

12 May 21:44
Compare
Choose a tag to compare
Adds support for QUICKSILVER + new fonts for Kiss Ultra

Non functionali improvements to config

v0.10.0

18 Feb 23:47
Compare
Choose a tag to compare

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

29 Dec 21:57
Compare
Choose a tag to compare

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.

v0.9.0

28 Dec 03:56
Compare
Choose a tag to compare

Adds rec_pb_enabled configuration option.

If this option is set to TRUE, then recorded OSD data (from rec_enabled) will be played back in the goggles using the builtin playback functionality.

No air unit upgrade is required, just along for the ride.

Thanks @Knifa