The Liquid Crystal Display (LCD) is a flat display used to output text and othe ASCII symbols to the user. The LCD screen built specifically for the Arduino usually come in as a 16x2 display. That is, the character limit is 16 in width and 2 characters in height. i.e 16 columns and 2 rows of letters... By: JeanC117