steve-m / ms2130_patcher

MS2130 firmware patcher for optimized video quality - Disables sharpening, scaling, etc.

Repository from Github https://github.comsteve-m/ms2130_patcherRepository from Github https://github.comsteve-m/ms2130_patcher

Macrosilicon/UltraSemi MS2130 firmware patcher

Disables sharpening, scaling, etc.

This tool patches the firmware with 4K support and applies the register changes also found in hsdaoh.

You can use ms-tools to flash the firmware. Make sure to backup your firmware:

./cli --log-level=7 read FLASH 0 --filename=backup.bin

and then flash the new firmware with:

./cli --log-level=7 --no-patch write-file FLASH 0 ms2130_patched_v1.bin

Comparison

Here is a comparison, courtesy of 'Muf' on the Domesday86 Discord:

Before, with unpatched firmware:

unpatched


After, with patched firmware:

patched

About

MS2130 firmware patcher for optimized video quality - Disables sharpening, scaling, etc.

License:MIT License


Languages

Language:C 97.5%Language:Makefile 2.5%