How to drive LCD by FPGA

Status
Not open for further replies.

Justinli

Member level 4
Joined
Apr 29, 2021
Messages
76
Helped
0
Reputation
0
Reaction score
2
Trophy points
8
Activity points
413
My LCD has four connection communication methods, Ethernet port, wifi, Bluetooth, and UART.
Here is the specific data sheet for my screen.
Which method is the easiest for FPGA to drive through?
 

Attachments

  • Datasheet STONE STWI070WT-01.pdf
    1 MB · Views: 137

UART by far. Ethernet, Wifi and Bluetooth with require IP cores that while available, are not free. If you try and create your own cores you'll discover they are very big and likely will take a lot of time.

UART is a simple protocol that should be possible to implement fairly quickly.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…