From b3f569b8776483257c2e6c676559ee6452e3dd20 Mon Sep 17 00:00:00 2001 From: Jasper van Loenen Date: Wed, 28 Feb 2024 21:20:49 +0100 Subject: [PATCH] Update README.md formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6882bc8..fe98f02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## image2cpp -Use this tool online at http://javl.github.io/image2cpp/ +An online version of this tool is live at [http://javl.github.io/image2cpp/](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.