summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/lcd-remote-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/x5/lcd-remote-target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h b/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
index 783363bef3..86c361097b 100644
--- a/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
+++ b/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
@@ -19,6 +19,9 @@
19#ifndef LCD_REMOTE_TARGET_H 19#ifndef LCD_REMOTE_TARGET_H
20#define LCD_REMOTE_TARGET_H 20#define LCD_REMOTE_TARGET_H
21 21
22#define REMOTE_INIT_LCD 1
23#define REMOTE_DEINIT_LCD 2
24
22void lcd_remote_init_device(void); 25void lcd_remote_init_device(void);
23void lcd_remote_write_command(int cmd); 26void lcd_remote_write_command(int cmd);
24void lcd_remote_write_command_ex(int cmd, int data); 27void lcd_remote_write_command_ex(int cmd, int data);