You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to test your HD44780 library on the Bluepill (STM32F103C6T8) board. I modified the tm_stm32_hd44780.c file and replaced your GPIO writes with the HAL_GPIO_WritePin commands. I also replaced you stm32fxxx libraries with the stm32f1xxx.
There are no build errors but nothing shows on the display. What am I missing? Can you help? My project files are available here. These were built in Truestudio v9.0.1.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to test your HD44780 library on the Bluepill (STM32F103C6T8) board. I modified the
tm_stm32_hd44780.c
file and replaced your GPIO writes with theHAL_GPIO_WritePin
commands. I also replaced you stm32fxxx libraries with the stm32f1xxx.There are no build errors but nothing shows on the display. What am I missing? Can you help? My project files are available here. These were built in Truestudio v9.0.1.
The text was updated successfully, but these errors were encountered: