ssd1289 fix
This commit is contained in:
parent
96319a780e
commit
37bd82380c
@ -102,7 +102,10 @@ __inline void lld_lcdWriteStream(uint16_t *buffer, uint16_t size) {
|
|||||||
Set_RS;
|
Set_RS;
|
||||||
|
|
||||||
for(i = 0; i < 100; i++) {
|
for(i = 0; i < 100; i++) {
|
||||||
lld_lcdWriteData(buffer[i]);
|
palWritePort(LCD_DATA_PORT, buffer[i]);
|
||||||
|
|
||||||
|
Clr_WR;
|
||||||
|
Set_WR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user