hmadinei / bmp2hex

bitmap image to hex code converter for AVR microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bmp2hex uses for AVR microcontrollers for KS0108 128x64 CS1,CS2 controller to display image in micro glcd.

installation

To use bmp2hex, locate as much as monochrome bitmap images you want in .\images folder. Run Python script, then .c and .h files will create in the same folder.
consider the name of C source file and C header source file is exactly the same as the name of images.

usage

in ATmega32, use #include C source file and display images in glcd.

Alt text

About

bitmap image to hex code converter for AVR microcontroller


Languages

Language:Python 100.0%