Skip to content

'class Arduino_GFX' has no member named 'setAddrWindow' #145

Closed Answered by kiduino
kiduino asked this question in Q&A
Discussion options

You must be logged in to vote

upon swapping:

"Arduino_GFX gfx = new Arduino_ILI9341(bus, 4, 0 / rotation /, false / IPS */);"

with:

"Arduino_TFT gfx = new Arduino_ILI9341(bus, 4, 0 /* rotation /, false / IPS */);"

i get the error:

cannot allocate an object of abstract type 'Arduino_TFT'

i did this because i read a solution to the same issue as me above:
https://forum.arduino.cc/t/arduino-gfx-library-issues/966409

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kiduino
Comment options

Answer selected by moononournation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant