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

Cannot print variable #2

Open
bert2002 opened this issue Mar 19, 2017 · 2 comments
Open

Cannot print variable #2

bert2002 opened this issue Mar 19, 2017 · 2 comments
Labels

Comments

@bert2002
Copy link

Hi,

first of all thanks for the library it helps a lot. Now I am trying to print a string to the display with a ESP8266, but it does not accept it at all.

String MyText = "This is my text";
epd_disp_string(MyText, 100, 60);

and I get this:

error: cannot convert 'String' to 'const void*' for argument '1' to 'void epd_disp_string(const void*, int, int)'
         epd_disp_string(MyText, 100, 60);
                                         ^
exit status 1
cannot convert 'String' to 'const void*' for argument '1' to 'void epd_disp_string(const void*, int, int)'

I am not really good with Arduino. Any thoughts on this?

Thanks

bert

@tmseth
Copy link

tmseth commented Apr 18, 2018

bert2002 - try my library : https://github.com/tmseth/waveshare-epd-library - I don't have this problems :)
I have better solutions in my library ;-D

@jimandrada
Copy link

Hi

I'm also new to all this. I downloaded the library and #include wepdl.h but I get a compiler error compiling for uno

C:\Users\Jim\Documents\Arduino\libraries\wepdl-master\wepdl.cpp:15:28: fatal error: user_interface.h: No such file or directory

Thoughts???

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

4 participants