Adafruit-GFX-Library-master

所属分类:处理器开发
开发工具:C/C++
文件大小:284KB
下载次数:2
上传日期:2017-10-11 04:31:31
上 传 者papuaoshi
说明:  Adafruit library for OLED display with SS1306 driver

文件列表:
Adafruit_GFX.cpp (32618, 2016-10-30)
Adafruit_GFX.h (4944, 2016-10-30)
Fonts (0, 2016-10-30)
Fonts\FreeMono12pt7b.h (14395, 2016-10-30)
Fonts\FreeMono18pt7b.h (24441, 2016-10-30)
Fonts\FreeMono24pt7b.h (40283, 2016-10-30)
Fonts\FreeMono9pt7b.h (10592, 2016-10-30)
Fonts\FreeMonoBold12pt7b.h (16081, 2016-10-30)
Fonts\FreeMonoBold18pt7b.h (28925, 2016-10-30)
Fonts\FreeMonoBold24pt7b.h (47327, 2016-10-30)
Fonts\FreeMonoBold9pt7b.h (11574, 2016-10-30)
Fonts\FreeMonoBoldOblique12pt7b.h (17570, 2016-10-30)
Fonts\FreeMonoBoldOblique18pt7b.h (31692, 2016-10-30)
Fonts\FreeMonoBoldOblique24pt7b.h (52530, 2016-10-30)
Fonts\FreeMonoBoldOblique9pt7b.h (12639, 2016-10-30)
Fonts\FreeMonoOblique12pt7b.h (15954, 2016-10-30)
Fonts\FreeMonoOblique18pt7b.h (27096, 2016-10-30)
Fonts\FreeMonoOblique24pt7b.h (45214, 2016-10-30)
Fonts\FreeMonoOblique9pt7b.h (11477, 2016-10-30)
Fonts\FreeSans12pt7b.h (17535, 2016-10-30)
Fonts\FreeSans18pt7b.h (31039, 2016-10-30)
Fonts\FreeSans24pt7b.h (51419, 2016-10-30)
Fonts\FreeSans9pt7b.h (12478, 2016-10-30)
Fonts\FreeSansBold12pt7b.h (18893, 2016-10-30)
Fonts\FreeSansBold18pt7b.h (33181, 2016-10-30)
Fonts\FreeSansBold24pt7b.h (55627, 2016-10-30)
Fonts\FreeSansBold9pt7b.h (12992, 2016-10-30)
Fonts\FreeSansBoldOblique12pt7b.h (21080, 2016-10-30)
Fonts\FreeSansBoldOblique18pt7b.h (37952, 2016-10-30)
Fonts\FreeSansBoldOblique24pt7b.h (63705, 2016-10-30)
Fonts\FreeSansBoldOblique9pt7b.h (14469, 2016-10-30)
Fonts\FreeSansOblique12pt7b.h (19992, 2016-10-30)
Fonts\FreeSansOblique18pt7b.h (35958, 2016-10-30)
Fonts\FreeSansOblique24pt7b.h (59762, 2016-10-30)
Fonts\FreeSansOblique9pt7b.h (13865, 2016-10-30)
Fonts\FreeSerif12pt7b.h (16738, 2016-10-30)
Fonts\FreeSerif18pt7b.h (29360, 2016-10-30)
Fonts\FreeSerif24pt7b.h (48626, 2016-10-30)
Fonts\FreeSerif9pt7b.h (12051, 2016-10-30)
... ...

# Adafruit GFX Library 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). Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information. All text above must be included in any redistribution. Recent Arduino IDE releases include the Library Manager for easy installation. Otherwise, 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. Place the Adafruit_GFX library folder your /Libraries/ folder. You may need to create the Libraries subfolder if its your first library. Restart the IDE. # Useful Resources - Image2Code: This is a handy Java GUI utility to convert a BMP file into the array code necessary to display the image with the drawBitmap function. Check out the code at ehubin's GitHub repository: https://github.com/ehubin/Adafruit-GFX-Library/tree/master/Img2Code - drawXBitmap function: You can use the GIMP photo editor to save a .xbm file and use the array saved in the file to draw a bitmap with the drawXBitmap function. See the pull request here for more details: https://github.com/adafruit/Adafruit-GFX-Library/pull/31 - 'Fonts' folder contains bitmap fonts for use with recent (1.1 and later) Adafruit_GFX. To use a font in your Arduino sketch, #include the corresponding .h file and pass address of GFXfont struct to setFont(). Pass NULL to revert to 'classic' fixed-space bitmap font. - 'fontconvert' folder contains a command-line tool for converting TTF fonts to Adafruit_GFX .h format.

近期下载者

相关文件


收藏者