stm32--12864并行驱动程序.docVIP

  • 10
  • 0
  • 约1.33万字
  • 约 16页
  • 2019-12-20 发布于安徽
  • 举报
.........word文档...完美整理...范文范例 ......专业资料...仅供学习.参考.分享 //////////////////////////////////////////////////////////////////////////////// //stm32-12864并行驱动程序 //////////////////////////////////////////////////// #include delay.h //必须配合 delay.c 和 delay.h 文件使用,所以要包含 delay.h。 #include display12864.h f /********** 以下是相关引脚定义。**************/ // A 口的 #define DisIO GPIOE //定义 12864 要使用的 I/O 端口。 #define DisClk RCC_APB2Periph_GPIOE //定义 12864 要使用的 I/O 端口 的时钟。 #define Data GPIO_Pin_0|GPIO_Pin_1|GPIO_Pin_2|GPIO_Pin_3|GPIO_Pin_4|GPIO_Pin_5|GPIO_Pin_6|GPI O_Pin_7 //定义 12864 使用的数据引脚。 #define EN GPIO_Pin_10 //定义

文档评论(0)

1亿VIP精品文档

相关文档