Skip to content

Fix RGB/BGR preview

Latest
Compare
Choose a tag to compare
@iakov iakov released this 13 Jun 09:57
· 1 commit to master since this release
40426d9
Fix rgb888 to rgb565 conversion (#7)

* Fix rgb888 to rgb565 conversion

Old variants of LCD swapped R and B channels, so the corresponding hack was
added to the DSP modules.
Now LCD display works correctly, so this hack is not needed anymore.

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>

* Update binaries

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>