소스 검색

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,