Example for FSMC or driving a LCD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-13 8:06 AM
Posted on January 13, 2016 at 17:06
I would like to see an example about how to drive a LCD with F10X or F20X. Like bit banking RW/WR and handling data.
I saw something for Nucleo boards, but I wonder would that help with other boards.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-13 9:17 AM
Posted on January 13, 2016 at 18:17
> I would like to see an example about how to drive a LCD with F10X or F20X.
What LCD? > Like bit banking RW/WR and handling data. Do you mean control signals? Then why do you mention FSMC? > I saw something for Nucleo boards, but I wonder would that help with other boards. What did you see? What other boards? Why wouldn't that help with other boards? JWOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-13 9:39 AM
Posted on January 13, 2016 at 18:39
ST's EVAL series boards have FSMC attached LCD controllers.
Dozens of Olimex and Keil boards have 16x2 LCD displays with bit-banged control.Read the Data Manuals for any given display, and look to how to emulate the data and control signals via GPIO pins, and pulling signals up and down as prescribed. I think you're creating all kinds of complications in your head that really don't exist. Examples exist for all manner of displays and processors, and it's all reasonably portable.What you're not going to be able to do is generate video signals for dumb panels.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
