Convert RGB565 Matrix data (N * M) into BMP files. RGB565 is commonly used in embedded systems. The purpose of this repo is to allow for easy manipulation.
See BMP_Structure.md for implementation details.
- Clone this repo
- cd RGB565-Matrix-to-BMP
- mkdir build
- cd build
- cmake ..
- make -j n # where n is the number of threads you wish to dedicate
After building this project, you should have an executable available that will generate a BMP file.