GitHub - FoxExe/Image2Bitmap at 0.2 · GitHub
Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

FoxExe/Image2Bitmap

Folders and files

Repository files navigation

Image2Bitmap

Tool for convert images to different bitmap formats Usable for Arduino or other controllers.

image2bitmap

Supported export formats:

  • Monochrome, 8 pixels/byte, Horisontal scan
  • Monochrome, 8 pixels/byte, Vertical scan (Most Nokia lcd/tft)
  • Color, RGB332 (8 bit: RRRGGGBB)
  • Color, RGB565 (16bit: RRRRRGGGGGGBBBBB)
  • Color, RGB444 (16bit: ----RRRRGGGGBBBB)

TODO:

  • Two-way conversion (Analyse byte array and convert it to image)
  • Zoom/crop preview
  • More formats?

About

Image to bit array converter (For Arduino and others)

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages