-
hello, im new to using this library. im using an esp32 with an ili9341 2.8" touch display, and im trying to display video on it from this tutorial https://www.instructables.com/Play-Video-With-ESP32/. when i run the code, i get the titled error 'class Arduino_GFX' has no member named 'setAddrWindow'. it also shows up for many other functions. why is this, as the "hello world" sketch compiles, uploads and displays fine. my code: sorry if its a basic issue im not seeing. im happy to provide any extra information
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
upon swapping:
with:
i get the error:
i did this because i read a solution to the same issue as me above: |
Beta Was this translation helpful? Give feedback.
upon swapping:
with:
i get the error:
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