repaper / gratis

EPD Source codes and Documentation
238 stars 132 forks source link

How to Render Text? #46

Open bassem-mf opened 8 years ago

bassem-mf commented 8 years ago

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 commented 7 years ago

Adafruit_GFX library takes care of that. See thermo example.

bassem-mf commented 7 years ago

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