• LCD display
    I am using 8051F226. how can i display? wat i assembly code?
  • 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 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...