I2C is easy but not very fast.
SPI is faster, but uses more pins.
Parallel is the fastest, and uses even more pins.
If your Arduino runs at 5V and the display is 3.3V, you could have a problem. I2C is the easiest to adapt between the different voltages.