nlgplay for mbed

Dependencies:   SDFileSystemEx mbed

lcd.h

Committer:
bkc_mbed
Date:
2014-05-17
Revision:
0:2053640461b5
Child:
1:ec416e6d5739

File content as of revision 0:2053640461b5:

#ifndef __LCD_H__
#define __LCD_H__

void lcd_printStr(const char *s);
void lcd_setContrast(unsigned char c);
void lcd_setCursor(unsigned char x,unsigned char y);
void lcd_cls(void);
void lcd_init();

#endif