stm32-code/stm32f103xb_spi_lcds/README.md

9 lines
437 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基于STM32F103xB的SPI串口LCD例程
- 硬件连接SCL=`PA5`SDA=`PA7`CS=`PA4`DC=`PA3`RST=`PA2`
- 支持清屏与填充
- 支持176*220分辨率`ili9225`控制器的屏幕
- 支持128*128分辨率`st7735s`控制器的屏幕
- 在工程中启用需要驱动屏幕的源文件与头文件即可使用
- 驱动176*220分辨率的时需要128k容量的STM32`STM32F103C8`一般可当作`STM32F103CB`使用