2023-01-23 06:07 AM - last edited on 2024-11-06 06:32 AM by Andrew Neil
Im trying to use ST7920 GLCD with STM32F401RE with I2C connection, im still new with programming so im trying to find a library when using I2C, most videos and libraries i found are for SPI connections.
if anyone has a library pls help thank you
2023-01-23 06:41 AM
2023-01-23 10:11 AM
Here is an example of I2C by bit bang with a single API to drive most slaves, includes error recovery.
If you can convert the SPI functions into the I2C equivalent (and if the driver is well designed for it), then you should be out of the woods.