摘要:
C文件 #define _LCD_ODEV_C_ #include "LCD_odev.h" #include "fonts.h" //ASCII×Ö·ûÐÍ×Ö¿â void LCD_Delay(unsigned short int i) { while(i--); } void LCD_wt8b 阅读全文
摘要:
参考文件: stmf072cbu6数据手册 使用硬件spi需要注意事项: 文档中查找到相应的复用引脚表格: Table 15. Alternate functions selected through GPIOB_AFR registers for port B 最好不要直接在标准库中直接查找(不够 阅读全文