ssd1289 fix

ugfx_release_2.6
Tectu 2012-06-17 04:10:50 +02:00
parent 37bd82380c
commit 534957a2d3
1 changed files with 1 additions and 1 deletions

View File

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