SSD1289 fix

ugfx_release_2.6
Joel Bodenmann 2012-09-28 19:55:32 +02:00
parent 1003c37e0b
commit 5fc59f35f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#ifndef SSD1289_H
#define SSD1289_H
#if LCD_USE_GPIO
#if defined(LCD_USE_GPIO)
#define Set_CS palSetPad(LCD_CMD_PORT, LCD_CS);
#define Clr_CS palClearPad(LCD_CMD_PORT, LCD_CS);
#define Set_RS palSetPad(LCD_CMD_PORT, LCD_RS);