Jump to content
43oh

Two LCD displays on Tiva


Recommended Posts

Hi

 

Has anyone successfully connected two TFT LCD displays to Tiva-C Launchpad? How much work would be to modify the graphics libraries to do so? Would two different LCD models be easier to do?

 

I am aware that parallel connection is probably not possible due to lack of pins.

 

Thanks for any suggestions.

Link to post
Share on other sites

What kind of LCDs are you interested in?  Character mode LCDs - like those using the HD44780 and similar controllers should be no particular problem to do two at once.  (Actually some of the larger character mode LCDs behave like 2 separate displays, with two enable lines, you enable one line to write to certain rows of the display, and the other for writing to the other rows).

 

http://www.ekenrooi.net/lcd/lcd0.shtml#pin_assignment

 

There are examples/libraries for controlling these LCDs on Stellarisiti.  May require a little modification to deal with multiple enable lines.

 

I don't know as much about graphic LCDs.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...