Hi Piclisters For the LCD experts, in Peter Ouwehand's code LCD.ASM, he uses a 4x20 character display. What does the following mean? LCD_LINE0 EQU 0x000 LCD_LINE1 EQU 0x040 LCD_LINE2 EQU 0x014 LCD_LINE3 EQU 0x054 What should I put in my code for a 2x16 char display? Thanks for a cool list, really learning alot! Greg