Skip to content

plerros/pixmap565

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixmap565_256

A utility to convert between BMP565 picture and RGB565 pixmap. These pixmaps could be used in embedded systems like Makerbase MKS-TFT.

Dependencies:

  • GNU make

Download:

git clone https://github.com/plerros/pixmap565.git

Compile:

GNU/Linux, HaikuOS, Homebrew, WSL

make

FreeBSD, OpenIndiana

gmake

Run:

./pixmap565 -i infile.bmp -o outfile
./pixmap565 -w width -i infile -o outfile.bmp

Scripts:

Give them execute permission:

chmod +x ./mkstft28.sh
chmod +x ./mkstft28-icon.sh

Run:

./mkstft28.sh infile outfile
./mkstft28-icon.sh infile outfile