I'm working with the MSP430fw427 in particular. I just learned how to interface the LCD controller with the LCD panel on the Softbaugh development board.
As we know 7segment displays work best with numbers/times etc. My project needs to display letters/text so I believe my best bet will be to use a
character LCD, right? Where can I find info on how to interface a character LCD with an MSP430? Would you just tie-in I/O pins into pins on the char LCD
and use character mappings provided by the LCD datasheet? Anyone have some info on accomplishing this?
Thanks,