位图到数组
一个采用位图 RGB565 并将其转换为 Verilog 中的数组以用于 tft 显示的 C++ 程序
仅支持 RGB565 bmp 文件,
这是因为开发的tft显示器只支持RGB565
这个程序是在 Visual Studios 中开发的,但应该可以使用 gcc 编译就好了。
How to use:
1) First find the image you want to use and export as a
.bmp file with RGB565 compression. We recommend using
GIMP as it provides the necessary options and is free
to use.
2) Now run the executable, works best
1