OK, so I know and love avrlib rprintf command (and the vt100 library). I have used it in several projects over a UART.
Now I need to use a parallel LCD.
I got the LCD working using the avrlib LCD library, but not using rprintf. How do I direct the rprintf data to the LCD? What function do I put in rpintfinit?
Does anyone have sample code?
I doubt that \n and \t will work but that is OK.
Thanks
Kirk