We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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???
No branches or pull requests
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.
and I get this:
I am not really good with Arduino. Any thoughts on this?
Thanks
bert
The text was updated successfully, but these errors were encountered: