Heltec_ESP32
Heltec_ESP32 copied to clipboard
How to use this library in another library
This is more a question than an issue. The library is fine and I'd like to use it inside a library I am currently working on. How can I pass the reference of the instance of the user's display (declared in the ino file) to my library's methods, and thus display text or graphics? How can I call your library's methods inside my library? Thanks for your help.