• Display a Math Result on LCD
    Hello all, I am going through a project, in which I need to display the results of a math operation on LCD. Can anybody help.
  • display ascii on LCD
    void main(void) { char ebit,ans; ebit = 0x01; ans = ebit*(100/256); } how can i display the value in ans on LCD ? void lcdPutStr (char *string) { char i; i=0; while(string[i]) { lcdPutCh...
  • 4X20 LCD Display Problem
    Hi, i am working on 4X20 LCD ....i wrote code for that this code is working but when trying to reset my board ...LCD displays Different characters and the position of character also changed so,PLz guide...
  • 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 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...