Skip to content

preee/oled-pixel-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oled-pixel-mapper

Designed to export LCD/OLED pixel data to uint8_t format. Can be used to control displays through Arduino/TI/RPi/PIC

Live version can be found here http://preee.github.io/oled-pixel-mapper/

alt tag alt tag

How to use

const uint8_t test_bitmap[] PROGMEM = {
    0x0, 0xff, 0xff, 0x18, 0x18, 0x18, 0x18, 0x18,
};

About

Designed to export LCD/OLED pixel data to uint8_t format. Can be used to control displays through Arduino/TI/RPi/PIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors