X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=common%2Flcd.h;fp=common%2Flcd.h;h=abb1017e4fcd422be5854567c953f3247926e580;hb=9c37d18b9c70fdb70dfec453398c4649e9e57586;hp=0000000000000000000000000000000000000000;hpb=49b6b6ad84ec47b4f9eb9ef131975cc5b72372a2;p=model-railway-devices.git diff --git a/common/lcd.h b/common/lcd.h new file mode 100644 index 0000000..abb1017 --- /dev/null +++ b/common/lcd.h @@ -0,0 +1,9 @@ +#ifndef LCD_H_ +#define LCD_H_ + +void lcd_init(void); +void lcd_clear(void); +void lcd_gotoxy(uint8_t, uint8_t); +void lcd_write(uint8_t); + +#endif