ssd1289 fix
This commit is contained in:
parent
96319a780e
commit
37bd82380c
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue