- #ifndef __LCD_DRV_H_
- #define __LCD_DRV_H_
- #include <stdbool.h>
- void lcdDrv_Init(char type);
- void lcdDrv_DeInit(void);
- void LCD_CtrlWrite_ST7735(unsigned char cmd);
- void LCD_DataWrite_ST7735(unsigned char data);
- void lcdDrvPowerCtl(bool on_off);
- #endif
|