Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error from fontconvert.c when compiling example sketch of adafruit OLED display #183

Merged
merged 1 commit into from Oct 17, 2018

Conversation

theintel
Copy link
Contributor

Issue:
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: #88

Fix:
Simply adding two lines at the beginning and at the end solves the problem: 4a2757c

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: adafruit#88

Simply adding two lines solves the problem.
@ladyada ladyada merged commit 3a14516 into adafruit:master Oct 17, 2018
@ladyada
Copy link
Member

ladyada commented Oct 17, 2018

thanx!

@theintel
Copy link
Contributor Author

theintel commented Oct 17, 2018

thanx!

Heya! Thanks for being so quick in approving the pull request. This is why I Iike Adafruit.

@ladyada
Copy link
Member

ladyada commented Oct 17, 2018

thanks - when its simple we can merge fast :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants