1
0
Fork 0
forked from len0rd/rockbox

erosqnative: Fix missing END marker in LCD enable sequence

Change-Id: I75b3a396174e84d72e70c6f177bc1702021805f1
This commit is contained in:
Aidan MacDonald 2022-03-09 13:45:54 +00:00
parent 355553baf4
commit eae9f6f5b7

View file

@ -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 */