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

Error compiling library in Arduino 1.6.4 #7

Open
tguidon opened this issue Jul 9, 2015 · 4 comments
Open

Error compiling library in Arduino 1.6.4 #7

tguidon opened this issue Jul 9, 2015 · 4 comments

Comments

@tguidon
Copy link

tguidon commented Jul 9, 2015

Error when compiling:

/Users/tguidon/Documents/Arduino/libraries/HT1632/glcdfont.c:15:23: error: variable 'font' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
 static unsigned char  font[] PROGMEM = {
                   ^
Error compiling

Sketch compiles fine on Arduino 1.0.5

@sudiptachatterjee
Copy link

Use this patch: jraymakers@e111718. You need to add the "const" to that file.

@aklar
Copy link

aklar commented Nov 7, 2015

Great! Thank you! This made my life much easier. Now everything works and it's a lot of fun, hacking the matrix!

@ericandrewlewis
Copy link

This bug causes a fatal error in the Adafruit 16x24 LED Matrix tutorial, and #9 fixes it. Can a project maintainer review the PR? 😄

@ericandrewlewis
Copy link

This was probably fixed by 20a3dd5

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

No branches or pull requests

4 participants