Skip to content
/ bmp2oled Public

Command line utilities for converting a bmp image to a data array and back, for use in firmware with OLED displays

Notifications You must be signed in to change notification settings

mppks/bmp2oled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two command line utilities for converting a bmp (black and white) image to a data array (1 byte per 8 pixels) and back, for use in firmware with OLED displays.

Usage:

./bmp2oled.out <input_image.bmp> <output_data_file.txt>
./oled2bmp.out <input_data_file.txt> <width_px> <height_px> <output_image.bmp>

About

Command line utilities for converting a bmp image to a data array and back, for use in firmware with OLED displays

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages