summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/lcd-remote-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/lcd-remote-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/lcd-remote-target.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/coldfire/iaudio/lcd-remote-target.h b/firmware/target/coldfire/iaudio/lcd-remote-target.h
index 86c361097b..1671082654 100644
--- a/firmware/target/coldfire/iaudio/lcd-remote-target.h
+++ b/firmware/target/coldfire/iaudio/lcd-remote-target.h
@@ -23,9 +23,6 @@
23#define REMOTE_DEINIT_LCD 2 23#define REMOTE_DEINIT_LCD 2
24 24
25void lcd_remote_init_device(void); 25void lcd_remote_init_device(void);
26void lcd_remote_write_command(int cmd);
27void lcd_remote_write_command_ex(int cmd, int data);
28void lcd_remote_write_data(const unsigned char* p_bytes, int count);
29bool remote_detect(void); 26bool remote_detect(void);
30void lcd_remote_powersave(bool on); 27void lcd_remote_powersave(bool on);
31void lcd_remote_set_contrast(int val); 28void lcd_remote_set_contrast(int val);