> Hello. > > I have some problems with the Ethernut display driver. > > I connected a standard 2*16 LCD display, the accordind to the Ethernut > application note 1. > > Then I did this: > > NutRegisterDevice(&devLcd, 0, 0); > > lcd = fopen(name, "w"); > > fprintf(lcd, "heja"); fflush(lcd);