X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=firmware%2Flcd.h;h=822793d3fc325da8dce9539fb72c35df4ee3baf2;hb=2c0a478641a10a739557d055f80354a28936ced1;hp=16d64d5c0ed20a8c8681b7fae880ce59bac5b0f1;hpb=ed7a7139f4858fe5d0c756798538d25893bf58b2;p=r2c2.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);