• 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...
  • 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...
  • 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 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...
  • prob with lcd display
    i've written following code for 44780 standard lcd display using AT89s52........but its not working..... noting is displayed on the lcd...could anyone suggest what could be the mistake $mod51 ...