GitXplorerGitXplorer
j

image2cpp

public
579 stars
169 forks
15 issues

Commits

List of commits on branch main.
Verified
b3f569b8776483257c2e6c676559ee6452e3dd20

Update README.md

jjavl committed a year ago
Unverified
b4043f7d79d52e52185e868656f1733afde04681

Add newline before sponsor img

jjavl committed a year ago
Unverified
69ba488c3d6d5f77ed99223540a65b7a9f5acd0d

Fixed GH-Sponser badge's bad render

ddattasaurabh82 committed a year ago
Verified
160791b195bfffdf2c4d3accbe1b3408d6e0220b

Update README.md

jjavl committed a year ago
Verified
6777f9ac95425cada9f59e41be5be557ddf1d967

Bump word-wrap from 1.2.3 to 1.2.4

ddependabot[bot] committed a year ago
Unverified
d1fb1cdfa6bfa1bd9192442d0373bce38c64182a

cleanup

jjavl committed 2 years ago

README

The README file for this repository.

image2cpp

An online version of this tool is live at http://javl.github.io/image2cpp/

image2cpp is a simple tool to change images into byte arrays (or your array back into an image) for use with (monochrome) displays suchs as OLEDs, like those from Adafruit or Sparkfun. While searching for a way to generate these arrays, I mostly found links to a piece of Windows software. Both the flakey results and the hassle of having to boot a virtual machine just to convert an image lead to me writing this pure html + javascript solution.

Alternatively you can also enter a byte array as input to turn it back into an image. This might be useful for debugging, or when you want to write the byte array yourself. I don't know.

Did you find this tool useful? Feel free to support my open source software (especially when used commercially):

GitHub Sponsor

BMC

Running the tool

You don't need any special dependencies / internet connection; all the necessary parts sit in a single .html file. So just open this index.html page in a (recent) browser to run the tool. Or you can use the online version at http://javl.github.io/image2cpp/

Example Arduino code

You can find a simple Arduino example sketch over here in the repository.

Screen types

I wrote the code with my 128x64 pixel monochrome OLED display in mind, but it should work with most similar displays. You might need to change some export settings; those are explained in the tool.

Credit

Initial code by javl with aditional code by (in alphabetical order):

The example sketch is based on code by Adafruit. Dithering code from stellar-L3N-etag.

License

image2cpp is released under GPL v3. This means you can use the project in any way you want (use, adapt, distribute, etc.) as long as you share any changes and link back to this repo. See LICENSE.md for more info.

Please do consider a donation when used commercially. Thank you.