驱动ST7789v系列屏幕
hal
除此之外,还要再开启两个管脚为推挽输出模式用于RST和DC
#define ST7789_SPI_PORT hspi1
// Pin
#define ST7789_RST_PORT GPIOE
#define ST7789_RST_PIN GPIO_PIN_7
#define ST7789_DC_PORT GPIOE
#define ST7789_DC_PIN GPIO_PIN_8
与CuBeMX一致,
ST7789_Init()
通过调用函数使用
汉字取模如图
无