summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/mips/ingenic_x1000/erosqnative/lcd-erosqnative.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/erosqnative/lcd-erosqnative.c b/firmware/target/mips/ingenic_x1000/erosqnative/lcd-erosqnative.c
index 073bddb8b4..19da722898 100644
--- a/firmware/target/mips/ingenic_x1000/erosqnative/lcd-erosqnative.c
+++ b/firmware/target/mips/ingenic_x1000/erosqnative/lcd-erosqnative.c
@@ -99,6 +99,7 @@ static const uint32_t erosqnative_lcd_cmd_enable[] = {
99 /* Display On */ 99 /* Display On */
100 LCD_INSTR_CMD, 0x29, 100 LCD_INSTR_CMD, 0x29,
101 LCD_INSTR_UDELAY, 20000, 101 LCD_INSTR_UDELAY, 20000,
102 LCD_INSTR_END,
102}; 103};
103 104
104/* sleep and wake copied directly from m3k */ 105/* sleep and wake copied directly from m3k */