How many data pins does a character LCD have?
-
- Posts: 2
- Joined: Sun May 02, 2021 7:07 pm
How many data pins does a character LCD have?
How many data pins does a character LCD have?
Re: How many data pins does a character LCD have?
There are several answers to this. Most off the shelf character LCDs have an 8 bit interface. That means there are 8 data pins. But if your processor lacks enough I/O (In/Out) pins you can use just four of the data pins. There is also a SPI interface with only has a few data pins.
On other display technology such as a TFT, there may be 16 or 24 data pins.
On other display technology such as a TFT, there may be 16 or 24 data pins.