ssd1289 fix

ugfx_release_2.6
Tectu 2012-06-25 13:44:29 +02:00
parent bea97894b5
commit a52393a483
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static __inline uint16_t lld_lcdReadData(void) {
Set_WR;
Clr_RD;
value = lld_lcdReadGPIO(LCD_DATA_PORT);
value = lld_lcdReadGPIO();
Set_RD;