Adafruit_GFX

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
vipinv23
 
Posts: 11
Joined: Tue Nov 06, 2018 12:33 pm

Adafruit_GFX

Post by vipinv23 »

I am using TFT display and Adafruit_GFX on Arduino UNO
I am getting the following error:

Adafruit-GFX-Library-master/Adafruit_SPITFT.h:252:23: error: no members matching 'Adafruit_GFX::drawRGBBitmap' in 'class Adafruit_GFX' using Adafruit_GFX::drawRGBBitmap; // Check base class first

Please guide

User avatar
dastels
 
Posts: 15653
Joined: Tue Oct 20, 2015 3:22 pm

Re: Adafruit_GFX

Post by dastels »

It makes me think there may be a library issue.

Do you have an up to date GFX library?

Do you have multiple copies of Adafruit_GFX in different places?

Dave

User avatar
vipinv23
 
Posts: 11
Joined: Tue Nov 06, 2018 12:33 pm

Re: Adafruit_GFX

Post by vipinv23 »

dastels wrote:It makes me think there may be a library issue.

Do you have an up to date GFX library?

Do you have multiple copies of Adafruit_GFX in different places?

Dave
Thank you very much
It worked

User avatar
dastels
 
Posts: 15653
Joined: Tue Oct 20, 2015 3:22 pm

Re: Adafruit_GFX

Post by dastels »

Glad to hear it. Thanks for letting me know.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”