4 Commits

Author SHA1 Message Date
Muhammad Arifur Rahman
4a2757c893
Fixed error when compiling example sketch of adafruit OLED display
When compiling the example sketch for adafruit OLED display, the sketch refers to Adafruit_GFX and consequently to fontconvert.c
This file includes a header file named ft2build.h, which many of the compilers fail to find, resulting in compilation error.
Check the discussion on this issue: https://github.com/adafruit/Adafruit-GFX-Library/issues/88

Simply adding two lines solves the problem.
2018-10-18 01:28:59 +06:00
Rob Bultman
ceca9ac409 Set yAdvance to glyph height if face height is zero. 2017-05-23 15:56:51 -04:00
pljakobs
ff1370e8db minor changes to build on Fedora
fixed library includes, tested build on F21 and Cygwin
2016-01-31 10:11:43 +01:00
Phillip Burgess
80b1bc48cb Fonts FONTS fonts! 1.1 release 2015-12-22 12:02:47 -08:00