Update README.md

This commit is contained in:
Jasper van Loenen
2025-04-16 14:35:05 +02:00
committed by GitHub
parent ff34e5b37b
commit 0731769e22
+1 -2
View File
@@ -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.