You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,11 @@ All text above must be included in any redistribution.
9
9
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
10
10
11
11
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:
0 commit comments