LCD driver

Hi All.

I want to write/test a basic framebuffer based driver for LCD on Beaglebone black
having an SPI interface.
My question is

1> which LCD should I order? I think I should order the LCD whose driver already there in the kernel, am I right? but which one.

2> Any TFT or STN LCD, please let me know. How I go about it, I basically want to
change some parameters and experiment and test…

I do not have a monitor.

Regards,
Mehul

I have used this
https://www.buydisplay.com/tft-5-inch-lcd-display-module-controller-board-serial-i2c-ra8875
your mileage may vary

i want SPI interface LCD

read the datasheet, that has SPI there is already a frame buffer written for it
I have used it

I’ve used a 2.4" LCD in my class. Here are details.

–Mark