drive_12864.h 223 B

12345678910111213141516171819
  1. #ifndef __DRIVE_12864_H
  2. #define __DRIVE_12864_H
  3. #include "stm32f10x.h"
  4. void lcd128_Init(void);//³õʼ»¯º¯ÊýÉùÃ÷
  5. void WriteLcd128_String(char x,char y,char *p);
  6. void L128printf(char x,char y,char *p,...);
  7. #endif