riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

I want to display pictures in BMP format on Qt5. The way I can think of is to ask you. #63

Closed liefyuan closed 3 years ago

liefyuan commented 4 years ago

After Baidu Google Stack Overflow did not find a way to use Qt5 to display a BMP picture.(在百度谷歌Stack Overflow之后都没有发现一个可以使用的办法使用Qt5来显示一张BMP图片)

liefyuan commented 4 years ago

The BMP picture of RGB888 is displayed well, my BMP format picture is RGB565, which is not easy to display

riuson commented 4 years ago

You can convert it programmatically to R8G8B8 format.