mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of first full screen update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf34449638
commit
c43fb3cf1b
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ unsigned short lcd_init_sequence_0[] = {
|
|||
unsigned short lcd_init_sequence_1[] = {
|
||||
CMD16, 0x0011, DATA16, 0x0000,
|
||||
CMD16, 0x0029, DATA16, 0x0000,
|
||||
SLEEP, 0x0000,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue