]> git.tdb.fi Git - r2c2.git/blobdiff - firmware/lcd.h
Make LCD output selectable at runtime through an extra I/O pin
[r2c2.git] / firmware / lcd.h
index 16d64d5c0ed20a8c8681b7fae880ce59bac5b0f1..2d414dcbf646aeace407f4f2a1da42607b4a27f5 100644 (file)
@@ -1,8 +1,14 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2010  Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LCD_H_
 #define LCD_H_
 
 void lcd_init(void);
-void lcd_on(void);
 void lcd_clear(void);
 void lcd_gotoxy(uint8_t, uint8_t);
 void lcd_write(uint8_t);