lcd interface
Hi all, I am currently working to interface a 16x2 LCD(LM016L) display with STM32F103C8 through MCP4725. The problem I am facing is that while comparing a similar work I could not find the relevant libraries. I am also new to STM32IDE so I might not know them. The libraries required are to use I2C functions and the second one is to for the LCD library. Another problem I am facing is how to define pins in the already initialized code without changing anything in STM32MX I want to be able to define pins after I have generated the code .While searching, the majority of the codes found were in Arduino and not in STM32, so is there any study material or videos that you could recommend to understand STM32IDE better (Arduino is not working on my PC due to some error).
The link to the sample project I got: https://circuitdigest.com/microcontroller-projects/how-to-use-dac-in-stm32f10c8
I have also attached the pin configuration up to how much I could understand.
