-
Notifications
You must be signed in to change notification settings - Fork 51
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
Where to find the original example, that is running on the ATOM Display, when shipped? #30
Comments
@Fischkopppp M5GFX encapsulates the LovyanGFX core, but LGFX_TFT_eSPI.hpp is not available.
|
Thank you for the reply! Are you planning to add LGFX_TFT_eSPI.hpp in the future? |
@Fischkopppp |
@lovyan03
Do you mean to simply use the LGFX_TFT_eSPI.hpp part in my projects? I will try that, too. By the way. Those smooth functions are really nice. Maybe you will add those features later from TFT_eSPI? On a big screen they would help a lot to make nice looking graphics. |
@Fischkopppp |
Hi, thank you for the great work. I am looking for the original example, that is running on the ATOM Display after first startup. I am interested in the PDQ graphicstest part, as it supports for example roundRects. I have a few existing codes, that I would like to run on the ATOM Display, however they are built on the TFT_eSPI library. For my understanding I am able to use TFT_eSPI functions by adding:
#include <LGFX_TFT_eSPI.hpp>
//#include <TFT_eSPI.h>
However I was not successful to get this running, or even compiling. This is why I thought I could understand how to do it, with the original example, that is running on the Atom Display, as I can see that is basically running the TFT_graphicstest_PDQ.ino example.
Thank you for any help or suggestions.
The text was updated successfully, but these errors were encountered: