浏览代码

XBitMap support (*.xbm)

refine description
subsonicpulse 11 年之前
父节点
当前提交
d9f6c6726b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.txt

+ 2 - 1
README.txt

@@ -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,