• 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...
  • LCD Display
    i have some question about LCD display i can't display the variable on the LCD i am using the source code below( http://wgzhk.com/lcd.zip ) i wanna get 8 bit data form ADC0804 and display on...
  • LCD display
    I am using 8051F226. how can i display? wat i assembly code?
  • 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...
  • i need a lcd code for displaying
    hi, i need an lcd code in keil to display data.i wrote a code in assembly language and its working fine..but when i wrote the equivalent code in keil,its compiling sucessfully..but no result in the...