From 0731769e225dcc8c8c64c7d35a4a4c8712df4f73 Mon Sep 17 00:00:00 2001 From: Jasper van Loenen Date: Wed, 16 Apr 2025 14:35:05 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dbdcb86..e66dbd2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ Did you find this tool useful? Feel free to support my open source software (esp ### 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/ +You can download and view the `index.html` file locally, or visit the online version at http://javl.github.io/image2cpp/ ### Example Arduino code You can find a simple Arduino example sketch [over here](https://github.com/javl/image2cpp/blob/master/oled_example/oled_example.ino) in the repository.