Skip to content

Releases: markohoepken/rx5808_pro_osd

Fixes: EEPROM Setup, font update working again ;-)

22 Nov 13:06
Compare
Choose a tag to compare

New features:

Reboot on NTSC / PAL change
Start screen showing version

Fixes:

EEPROM init stable now
Font upload fixed (stack overflow)
Format *.mcm file (is now treaded as binary)

Details:

This release includes bug fixes related to EEPROM initial values and the font update.

In Details:

EEPROM conent is now checked by magic key to detect if format does not match current software version.
This was "too" simple done before and caused problems when new system had "lucky" eeprom settings.
It caused "not comming up" on inital setup

Font upate: This was "only" working in the very first version.
It stoped working dues to the lack of RAM.
I solved it by moving many strings to PROMMEM and added some text guidence to UART and OSD screen.
Now we have plenty of free RAM (~900bytes+) prevent stack overflow.

Beside that the zip package had a *.mcm file with UNIX file ending, what prevents the font upload.
It has no binary property to remove this problem.

Have fun building you own.

Marko

Added missing libs to package. Function unchanged

24 Oct 11:48
Compare
Choose a tag to compare

Some external libraries had been required to build the MAX driver.
I imported (hopefully) all missing libs.

Beside that I removed on unrequired mem debug lib include.

Bug fix: Exit did not work in mode menu

23 Sep 00:12
Compare
Choose a tag to compare
1.1.1

fixed wrong exit on mode menu

All planned features done

21 Sep 22:54
Compare
Choose a tag to compare

Added the following new feature compared to 1.0.0

  1. Manual Tune has two modes now: Band (tunes in bands) and Linear (tunes all freqencies)
    The mode can be changed in setup menu
  2. Seek threshold is dynamic now. The values is calculated during prescan
  3. Seek can now run up/down
  4. Added binaries to source tree for simple programming without compile

Minor bug fixes.