cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f103 I2C 1602 lcd, helpme please

alex landa
Associate
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?

2 REPLIES 2
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

https://my.st.com/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html

software pack
Posted on July 21, 2017 at 01:22

thank for your time,