I recently extracted a FPC70050 lcd from a tablet. I would like to connect it with arduino but i am not sure how to do it. There is no datasheet for it. It is a 40 pin lcd. Can anyone help me?
No. The LCD has no memory itself and needs data fed to it at an alarmingly high rate to display a picture. Arduino is not fast enough for this.
// Per.
You first need the datasheet and pinout for the connector, then you can find out what
interface module might be compatible, then you have to feed it HDMI/Svideo/VGA video
signal....
For a microcontroller you want an LCD with a frame buffer and SPI interface, not a video
screen.