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

How to Render Text? #46

Open
bassem-mf opened this issue Jul 10, 2016 · 2 comments
Open

How to Render Text? #46

bassem-mf opened this issue Jul 10, 2016 · 2 comments

Comments

@bassem-mf
Copy link

Hello,

The Gratis libraries for Arduino only have functions to send bitmap data to the ePaper display module. But what if I want to send text? Is there something in the Gratis library that can help me? Do I need to use a separate Arduino library to convert text to a bitmap? If so, which one do you recommend?

Thanks!

@andrey-gvrd
Copy link

Adafruit_GFX library takes care of that. See thermo example.

@bassem-mf
Copy link
Author

Thank you very much for your answer. I think G_EPD.drawChar() is what I need.

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