User Manual
To make new bitmaps, make sure they are less than 320 by 240 pixels and save them in 24-bit BMP format! They
must be in 24-bit format, even if they are not 24-bit color as that is the easiest format for the Arduino. You can rotate
images using the setRotation() procedure
You can draw as many images as you want - don't forget the names must be less than 8 characters long. Just copy the
BMP drawing routines below loop() and call
bmpDraw(bmpfilename, x, y);
For each bitmap. They can be smaller than 320x240 and placed in any location on the screen.
© Adafruit Industries https://learn.adafruit.com/2-0-inch-320-x-240-color-ips-tft-display Page 17 of 27