RTE_LCD.h 109 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _RTE_LCD_H_
#define _RTE_LCD_H_






void RTE_LCD_Init(void);
void RTE_LCD_Refresh(void);



#endif