SSD1289 fix
This commit is contained in:
parent
1003c37e0b
commit
5fc59f35f9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#ifndef SSD1289_H
|
#ifndef SSD1289_H
|
||||||
#define SSD1289_H
|
#define SSD1289_H
|
||||||
|
|
||||||
#if LCD_USE_GPIO
|
#if defined(LCD_USE_GPIO)
|
||||||
#define Set_CS palSetPad(LCD_CMD_PORT, LCD_CS);
|
#define Set_CS palSetPad(LCD_CMD_PORT, LCD_CS);
|
||||||
#define Clr_CS palClearPad(LCD_CMD_PORT, LCD_CS);
|
#define Clr_CS palClearPad(LCD_CMD_PORT, LCD_CS);
|
||||||
#define Set_RS palSetPad(LCD_CMD_PORT, LCD_RS);
|
#define Set_RS palSetPad(LCD_CMD_PORT, LCD_RS);
|
||||||
|
|
Loading…
Add table
Reference in a new issue