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

Latest commit

 

History

History
20 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 914 Bytes

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