This TFT display is big (3.5" diagonal) bright and colorful! 480x320 pixels with individual RGB pixel control, this has way more resolution than a black and white 128x64 display.
This display has a controller built into it with RAM buffering so that almost no work is done by the microcontroller. The display can be used in two modes: 8-bit or SPI. For 8-bit mode, you'll need 8 digital data lines and 4 or 5 digital control lines to read and write to the display (12 lines total). SPI mode requires only 5 pins total (SPI data in, data out, clock, select, and d/c) but is slower than 8-bit mode.
Features:
3.5" diagonal LCD TFT display
320x480 resolution, 18-bit (262,000) color capable
5V compatible! Use with 3.3V or 5V logic such as an Arduino