stm32-code/stm32f103xb_spi_lcds
2024-05-18 00:01:19 +08:00
..
Core stm32f103xb_spi_lcds: fix wrong indents 2024-01-07 23:38:09 +08:00
Drivers stm32f103xb_spi_lcds: create project 2024-01-07 21:44:59 +08:00
MDK-ARM git: remove .uvoptx and .lst files 2024-05-18 00:01:19 +08:00
.mxproject stm32f103xb_spi_lcds: create project 2024-01-07 21:44:59 +08:00
README.md stm32f103xb_spi_lcds: create project 2024-01-07 21:44:59 +08:00
stm32f103xb_spi_lcds.ioc stm32f103xb_spi_lcds: create project 2024-01-07 21:44:59 +08:00

基于STM32F103xB的SPI串口LCD例程

  • 硬件连接SCL=PA5SDA=PA7CS=PA4DC=PA3RST=PA2
  • 支持清屏与填充
  • 支持176*220分辨率ili9225控制器的屏幕
  • 支持128*128分辨率st7735s控制器的屏幕
  • 在工程中启用需要驱动屏幕的源文件与头文件即可使用
  • 驱动176*220分辨率的时需要128k容量的STM32STM32F103C8一般可当作STM32F103CB使用