XBitMap support (*.xbm)

refine description
This commit is contained in:
subsonicpulse 2014-04-15 21:28:45 +02:00
parent fe2637e27e
commit d9f6c6726b

View File

@ -1,8 +1,9 @@
Current additions:
- XBitMap support (*.xbm)
Use directly exported xbm files from GIMP with bitmap data,
Use exported xbm files from GIMP with bitmap data directly in your sources.
(fits perfectly with SSD1306 library from Adafruit)
New function: Adafruit_GFX::drawXBitmap()
Usage: Export bitmap with GIMP as *.xbm file,
Rename the *.xbm to *.c,
Open file in editor,