forked from len0rd/rockbox
erosqnative: Fix missing END marker in LCD enable sequence
Change-Id: I75b3a396174e84d72e70c6f177bc1702021805f1
This commit is contained in:
parent
355553baf4
commit
eae9f6f5b7
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ static const uint32_t erosqnative_lcd_cmd_enable[] = {
|
|||
/* Display On */
|
||||
LCD_INSTR_CMD, 0x29,
|
||||
LCD_INSTR_UDELAY, 20000,
|
||||
LCD_INSTR_END,
|
||||
};
|
||||
|
||||
/* sleep and wake copied directly from m3k */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue