From a1dc4b05618f40b57ac8d6ec3662dd9eb0fc6230 Mon Sep 17 00:00:00 2001 From: javl Date: Tue, 18 Aug 2026 14:27:37 +0200 Subject: [PATCH] update text --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4a95aec..f058c87 100644 --- a/index.html +++ b/index.html @@ -36,9 +36,9 @@
-

image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with (monochrome) displays such as OLEDs on your Arduino or Raspberry Pi.
+

image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with small (monochrome) displays such as OLEDs on your Arduino or ESP.
It was originally made to work with the Adafruit OLED library (for which your can find an example Arduino sketch here) but - has been expanded by the community to be useful in all kind of (embedded) projects.

+ has been expanded by the community.

More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.