GitXplorerGitXplorer
j

image2cpp

public
579 stars
169 forks
15 issues

Commits

List of commits on branch main.
Verified
ff34e5b37ba2a4d063056eb18e37d5d153285046

Update index.html

jjavl committed 15 days ago
Verified
dad2aa78695e4cb11b5cb2a7b551137357235542

Update index.html

jjavl committed 15 days ago
Verified
57b1e324540e2917ea2a2c7329a19414a294ac34

Update README.md

jjavl committed 15 days ago
Verified
84e166cda88e1ff59434f01667539ecf103c53fa

Update credits list

jjavl committed 15 days ago
Verified
969bf79d4eed98aedfd39c146a24b0360249368b

Merge pull request #72 from slimer37/patch-1

jjavl committed 15 days ago
Verified
deb36b6f13a8ff4522113149e15df5f2ca3e02ca

Update preview when changing draw mode

sslimer37 committed a month 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.