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:
Andree Buschmann 2010-12-13 21:13:10 +00:00
parent bf34449638
commit c43fb3cf1b

View file

@ -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,
};