ssd1289 fix

ugfx_release_2.6
Tectu 2012-06-17 03:01:05 +02:00
parent 96319a780e
commit 37bd82380c
1 changed files with 4 additions and 1 deletions

View File

@ -102,7 +102,10 @@ __inline void lld_lcdWriteStream(uint16_t *buffer, uint16_t size) {
Set_RS;
for(i = 0; i < 100; i++) {
lld_lcdWriteData(buffer[i]);
palWritePort(LCD_DATA_PORT, buffer[i]);
Clr_WR;
Set_WR;
}
}