Skip to content

Commit fe2637e

Browse files
committed
XBitMap support (*.xbm) description
Add description of XBitMap support extension.
1 parent 4dc78f0 commit fe2637e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Current additions:
2+
3+
- XBitMap support (*.xbm)
4+
Use directly exported xbm files from GIMP with bitmap data,
5+
(fits perfectly with SSD1306 library from Adafruit)
6+
Usage: Export bitmap with GIMP as *.xbm file,
7+
Rename the *.xbm to *.c,
8+
Open file in editor,
9+
Use C array directly in your sources.
10+
11+
----------------------------------
12+
113
This is the core graphics library for all our displays, providing a common set of graphics primitives (points, lines, circles, etc.). It needs to be paired with a hardware-specific library for each display device we carry (to handle the lower-level functions).
214

315
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

0 commit comments

Comments
 (0)