Small text change

This commit is contained in:
javl
2018-10-08 15:05:56 +02:00
parent 68eddf6d20
commit 02feb47b37
+1 -1
View File
@@ -189,7 +189,7 @@
<div class="wrapper"> <div class="wrapper">
<section class="section"> <section class="section">
<h1>image2cpp</h1> <h1>image2cpp</h1>
<p>image2cpp is a simple tool to change images into byte arrays to use with Arduino and (monochrome) displays such as OLEDs. <p>image2cpp is a simple tool to change images into byte arrays (or your array back into an image) for use with Arduino and (monochrome) displays such as OLEDs.
It was originally made to work with the Adafruit OLED library. An example sketch for Arduino and this library can be found <a href="https://github.com/javl/image2cpp/blob/master/oled_example/oled_example.ino" target="_blank">here</a>.</p> It was originally made to work with the Adafruit OLED library. An example sketch for Arduino and this library can be found <a href="https://github.com/javl/image2cpp/blob/master/oled_example/oled_example.ino" target="_blank">here</a>.</p>
<p>More info (and credits) can be found in the <a href="https://github.com/javl/image2cpp" target="_blank">Github repository</a>. This is also where you can report any <a href="https://github.com/javl/image2cpp/issues" target="_blank">issues</a> you might come across.</p> <p>More info (and credits) can be found in the <a href="https://github.com/javl/image2cpp" target="_blank">Github repository</a>. This is also where you can report any <a href="https://github.com/javl/image2cpp/issues" target="_blank">issues</a> you might come across.</p>
<p>This tool also works offline. Simply save this page to your computer and open the file in your browser.</p> <p>This tool also works offline. Simply save this page to your computer and open the file in your browser.</p>