]> git.tdb.fi Git - model-railway-devices.git/blobdiff - firmware/lcd.h
Support multiple timers (currently 0 and 1)
[model-railway-devices.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);