TFT_eSPI_ext problems running demos #2265
-
Hi I have tried to run the example sketch: font_test.ino. E:\Dokumenter\Arduino\libraries\TFT_eSPI_ext-main\examples\TFT_and_sprite_demo\TFT_and_sprite_demo.ino:23:34: error: no matching function for call to 'TFT_eSPI_ext::TFT_eSPI_ext()' exit status 1 Compilation error: no matching function for call to 'TFT_eSPI_ext::TFT_eSPI_ext()' Br Sten |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I am getting the same error. Trying to use the larger fonts in the _ext library. |
Beta Was this translation helpful? Give feedback.
-
I think I found a solution. In both the font_test.ino and TFT_sprite_demo.ino. |
Beta Was this translation helpful? Give feedback.
-
Line 22 of the example should read: TFT_eSPI_ext etft = TFT_eSPI_ext(&tft); I will post a pull request. |
Beta Was this translation helpful? Give feedback.
-
Pull request issued. In meantime library fork here has the update: |
Beta Was this translation helpful? Give feedback.
Line 22 of the example should read:
TFT_eSPI_ext etft = TFT_eSPI_ext(&tft);
I will post a pull request.