Programming: Displaying Simple Characters to the LCD
The AVR microcontroller is programmed to show simple characters on the LCD (Liquid Crystal Display). The pin functions are defined so the microcontroller can easily access these pins with an understandable name. Four functions are created to make it easy to write typical methods that the LCD can understand. These functions are Peek_A_Boo (Gets the LCD to see the data), Send_A_ Command, Send_A_Character, and Check_IF_MrLCD_IsBusy.
With these definitions and functions, the main function can then be written easily accessing these functions when needed to send a command and to send a character.
Response From: Rishi Raj
same code i ve done in my lappy but there is an error and many warnings..
error- avr file\PP2/lcd.c:79: undefined reference to `peek_A_Boo'
How to debug this?
Comments and Additional Information
Have some code to share? Or additional information? Respond here:
You need to be logged in to save a response on this page. The response must be constructive, helpful, supplimentary or to correct the existing video, code or narrative content.