This is an old revision of the document!
#include <avr/io.h> #include "lcd.h" int main(void) { // Init display lcd_init(LCD_DISP_ON); // Go-to first row and to third character lcd_gotoxy(2, 0); // Output text lcd_puts("Hello!"); // Clear screen lcd_clrscr(); }
Projekti lisa ka “lcd.c” fail.