Skip to content

Commit 94fa522

Browse files
committed
Update README.txt with link to Image2Code tool.
1 parent e9ddb53 commit 94fa522

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ All text above must be included in any redistribution.
99
To download, click the DOWNLOAD ZIP button, uncompress and rename the uncompressed folder Adafruit_GFX. Confirm that the Adafruit_GFX folder contains Adafruit_GFX.cpp and Adafruit_GFX.h
1010

1111
Place the Adafruit_GFX library folder your <arduinosketchfolder>/Libraries/ folder. You may need to create the Libraries subfolder if its your first library. Restart the IDE.
12+
13+
Useful Resources
14+
================
15+
16+
- Image2Code
17+
This is a handy Java GUI utility to convert a BMP file into the array code necessary to display
18+
the image with the drawBitmap function. Check out the code at ehubin's GitHub repository:
19+
https://github.com/ehubin/Adafruit-GFX-Library/tree/master/Img2Code

0 commit comments

Comments
 (0)