2015-11-10 02:38 AM
LCDs use my 8 bit data bus.
rs rw cs rd and which pins are the 8-bit data bus? Thank you2015-11-10 02:46 AM
FSMC_D0 to FSMC_D7
but unless it's some fancy high-speed graphics LCD, you don't really need to stick to FSMC, you can use any GPIO bits; it's convenient if they are consecutive in one GPIO port. JW2015-11-10 04:50 AM
thanks for the info