#include <8051.h> #include "lcd.h" main( ) { LCD_init(); LCD_row1(); LCD_puts("Hello LCD"); LCD_row2(); LCD_puts("< Line 2: OK >"); while (1); }