stm32f103 I2C 1602 lcd, helpme please
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-20 9:06 AM
Posted on July 20, 2017 at 18:06
I am learning to program in C ++ with the stm32f103, I am trying to connect the stm32f103 with a 1602 LCD through I2C, could someone help me with an example code?
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
‎2017-07-20 3:51 PM
Posted on July 21, 2017 at 00:51
Hello!
search in internet for STM32F103 HD44780 to find a lot of source code.
I sugest you also to read the documentation and the I2C examples of
software packOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-20 6:22 PM
Posted on July 21, 2017 at 01:22
thank for your time,
