WeatherStation/GDM1602K.h

9 lines
213 B
C
Raw Normal View History

2023-12-03 13:37:53 +01:00
#ifndef GDM1602K_H_
#define GDM1602K_H_
void lcd_write_strings(const char* top, const char* bottom);
void lcd_write_string(const char* string);
void lcd_init();
void lcd_clear();
#endif /* GDM1602K_H_ */