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

The sketch does not compile 1.8.8 #4

Open
cherkasovn opened this issue Mar 10, 2019 · 1 comment
Open

The sketch does not compile 1.8.8 #4

cherkasovn opened this issue Mar 10, 2019 · 1 comment

Comments

@cherkasovn
Copy link

cherkasovn commented Mar 10, 2019

When just compiling the example, the Arduino compiler returns an error:
WARNING: library e-ink-master claims to run on (AVR) architecture(s) and may be incompatible with your current board which runs on (avr) architecture(s).
d:\Google Drive\Soldering\Arduino_sketches\libraries\e-ink-master\src\e-ink-display.cpp: In member function 'void Paint::DrawCharAt(int, int, char, sFONT*, int)':

....\e-ink-master\src\e-ink-display.cpp:135:34: error: 'pgm_read_byte' was not declared in this scope
if (pgm_read_byte(ptr) & (0x80 >> (i % 8))) {
^

@DestinyFxxker
Copy link
Contributor

I think there may be some problems in the development environment you installed.
Maybe it is not correctly introduced into the Arduino.
Please tell me if there is still a problem with the compilation failure.

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

2 participants