X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=firmware%2Flcd.h;h=822793d3fc325da8dce9539fb72c35df4ee3baf2;hb=a99e18c8e7ec3276ba6a881d1eaccf2d7fc26ea6;hp=16d64d5c0ed20a8c8681b7fae880ce59bac5b0f1;hpb=d8a31ed675778c08ca781beb62863c62d6f0bd94;p=model-railway-devices.git diff --git a/firmware/lcd.h b/firmware/lcd.h index 16d64d5..822793d 100644 --- a/firmware/lcd.h +++ b/firmware/lcd.h @@ -1,8 +1,14 @@ +/* $Id$ + +This file is part of R²C² +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);