Datasheet

Edit the setup() intialization to:
And the drawBmp() routine to:
Upload to the Arduino & you will see the flowers appear!
// Use this initializer if you're using a 1.8" TFT
//tft.initR(INITR_BLACKTAB); // initialize a 1.8" TFT
// Use this initializer (uncomment) if you're using a 1.44" TFT
tft.initR(INITR_144GREENTAB); // initialize a 1.44" TFT
// change the name here!
bmpDraw("lily128.bmp", 0, 0);
© Adafruit Industries https://learn.adafruit.com/adafruit-1-44-color-tft-with-micro-sd-socket Page 17 of 21