Lcd EA_dogs 102 with stm32f091Rc nucleo board Hi everyone! I want to configure LCD with stm32f0 . I have the following code but it didn't work. Can you please help me.
#include "lcd.h" #include "font_lcd.h" #include "stm32f0xx.h" #include "stm32f0xx_conf.h" // *********************************************************************** // Schreiben eines Zeichens an das LCD-Modul // seriell Soft-SPI Mode, 3/4 Draht ...