Skip to content

Porting my project code that running GIF from Adafruit_GFX to Arduino_GFX, functions replacing help #72

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

You must be logged in to vote

the above is Arduino_GFX class function, you can change the declaration from Arduino_GFX to Arduino_TFT for calling the function:

//Arduino_GFX *gfx = ...
Arduino_TFT *gfx = ...
...
gfx->setAddrWindow(...
gfx->writePixels(...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yankobogdan
Comment options

@moononournation
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
2 participants