i have ST7735 chinnese tft screen connected to arduino due, graphic test is working but now i want to be able to render bitmaps, so i created one in photoshop ( nothin fancy ) but some how i cannot render it, i know adafruit graphic library contains several method to render bitmaps but when i want to use some of these i got an error something like :
drawRGBBitmap( 0, 0, bitmap,160, 128);
^
'drawRGBBitmap' was not declared in this scope
any idea?, thanks in advance...
PD: the bitmap info is in attachments
UPDATE: i came with an strategy to show a sprite in screen, but now i have to deal with flicker
I see, but I don't want to use mono images, but 8bit, not 16, seems to be this library only accepts 16 bit 565bitmaps, I will check what version of adafruit_gfx I have, because I think I have an outdated version.
And of course I don't want to consume all the flash space with few sprites, do you know of any other library I can use to display 8 bit bitmaps?