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

#include <{% DRIVER:header %}> #27

Open
qhn0511 opened this issue Jul 18, 2015 · 2 comments
Open

#include <{% DRIVER:header %}> #27

qhn0511 opened this issue Jul 18, 2015 · 2 comments
Labels

Comments

@qhn0511
Copy link

qhn0511 commented Jul 18, 2015

Need help in figuring out what the error message below means which is generated from Arduino Sketch after the following two lines of code.

       #include <{% DRIVER:header %}>
       #define SCREEN_SIZE {% PANEL:size %}

"demo.ino:47:31: fatal error: {% DRIVER:header %}: No such file or directory
compilation terminated."

@hxw
Copy link
Collaborator

hxw commented Jul 23, 2015

The sample files have been changed to templates, and after any changes I run s script that generates examples for each supported display size and panel driver chip.

Don't try to load these files directly instead go to the library and choose from the example menu and you will see all the correct files listed: The menu sequence for this is:

File → Examples →EPD_Vxxx_Gy →demo_sss

xxx = panel version: 110, 230 or 231
y   = Chip number: 1 or 2
sss = panelsize: 144, 200 or 270

( if the EPD_... entries are not present make sure settings sketchbook location is correct then restart Arduino IDE )

Hope that helps

@hxw hxw added the question label Jul 23, 2015
@qhn0511
Copy link
Author

qhn0511 commented Jul 23, 2015

Thank You!

It all make sense now.

Quan Nguyen

-----Original Message-----
From: Christopher Hall [email protected]
To: repaper/gratis [email protected]
Cc: qhn0511 [email protected]
Sent: Wed, Jul 22, 2015 7:28 pm
Subject: Re: [gratis] #include <{% DRIVER:header %}> (#27)

The sample files have been changed to templates, and after any changes I run s script that generates examples for each supported display size and panel driver chip.

Don't try to load these fiels directly instead goto to the library and choose from the example menu and you will see all the correct files listed: The menu sequence for this is:

File → Examples →EPD_Vxxx_Gy →demo_sss

xxx = panel version: 110, 230 or 231
y = Chip number: 1 or 2
sss = panelsize: 144, 200 or 270

( if the EPD_... entries are not present make sure settings sjketchbook location is correct then restart Arduino IDE )

Hope that helps


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants