• LCD display
    Hi guys, I am using atmel T89C51AC2 microcontroller for my LCD display. After I had initially everything and executed clear display before printing the charater into the screen. So when I started printing...
  • LCD display
    I am using 8051F226. how can i display? wat i assembly code?
  • lcd not displaying
    hi all i am very much new to embedded systems ok so i really need help..i am using an keil board mcb 2140 with arm7 lpc2148. i am trying to interface a lcd and a keypad..i hav emade all the hardware...
  • Displaying an analog signal on a lcd
    Heys guys,just writing some code to display an analog signal on a lcd,below I've wrote some code to take in analog signal and display its result on port 2.So now I guess instead of display it on port...
  • LCD display Code
    #define LCD_CNTL 0x8005 #define LCD_DATA 0x8006 /*LCD_CNTL Contains :RS,R/w,EA; LCD_DATA ---------:DA0 ,DA1,DA2,DA3,DA4,DA5,DA6,DA7; */ #define CLEAR_DISPLAY 0x01 // Clear entire display and set Display...