I am trying to interface TM12864H6CCGWA-1 via SPI on nucleo-L073RZ .I am unable to print anything on display. I have checked all connections , all pins are connected correctly but Its not working. Please help me.
/* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l0xx_hal.h" /* USER CODE BEGIN Includes */ /*LCD RST */ # define LCD_RST1 HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0, GPIO_PIN_SET); # define...