WouoUI/Third-party-design/PageVersion/ProjectExamples/README.md
2024-02-19 11:50:46 +08:00

14 lines
583 B
Markdown
Raw Permalink 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.

# 本文件夹的一些小说明
## 文件目录
```c
|---Air001(使用air001作为主控SSD1306为OLED驱动器的 WouoUIPage版工程)
|---Port_C_SPI(SPI驱动的底层代码文件`oled_port.c`)
|---Air001_Demo.zip(完整工程文件的压缩包,包含TestUI和LittleClok两个例子)
|---Stm32(使用Stm32作为主控SSD1306为OLED驱动器的 WouoUIPage版工程)
|---STM32_HWSPI_TestUI.zip(完整工程文件的压缩包,固件库,TestUI例子,使用硬件SPI)
|---Port_C_SPI_STD(Stm32标准固件库硬件spi的底层驱动文件`oled_port.c`)
```