Replies: 1 comment 1 reply
-
That is not supported and is unlikely to be added in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to pass a value in the following:
TFT_eSPI tft = TFT_eSPI();
For example:
TFT_eSPI tft = TFT_eSPI(myGC9A01);
I would then be able to specify which display driver to load etc from within my own sketch.
Would this require a change to TFT_eSPI.cpp ?
I shoul mention that I tried the tft_setup.h in my sketch, but compile gives me this failure:
error: 'TFT_WIDTH' was not declared in this scope
Beta Was this translation helpful? Give feedback.
All reactions