]> git.tdb.fi Git - model-railway-devices.git/blob - firmware/lcd.h
Rename the project to R²C²
[model-railway-devices.git] / firmware / lcd.h
1 /* $Id$
2
3 This file is part of R²C²
4 Copyright © 2010  Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
6 */
7
8 #ifndef LCD_H_
9 #define LCD_H_
10
11 void lcd_init(void);
12 void lcd_clear(void);
13 void lcd_gotoxy(uint8_t, uint8_t);
14 void lcd_write(uint8_t);
15
16 #endif