Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

FoxExe/Image2Bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image2Bitmap

Image to byte array (bitmap) converter. Usable for Arduino, STM32, ESP8266, RaspberryPI, OrangePI and other controllers with small LCD screens like PCD8544, SSD1306 and others.

image2bitmap

Supported conversion formats:

  • Monochrome, 8 pixels/byte, Horisontal byte compression
  • Monochrome, 8 pixels/byte, Vertical byte compression (PCD8544 / Nokia 3310/5110 LCD)
  • Color, RGB332 (8 bit: RRRGGGBB, 256 colors)
  • Color, RGB444 (16bit: ----RRRRGGGGBBBB, 4096 colors)
  • Color, RGB565 (16bit: RRRRRGGGGGGBBBBB, 65536 colors)

TODO:

  • Two-way conversion (Image-to-byteArray and byteArray-to-Image)
  • Zoom/crop preview
  • More formats?
  • Howto, About, Contacts and other info

About

Image to bit array converter (For Arduino and others)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages