• lcd
    I have the same pb with my lcd !! what can I do ?! pls
  • lcd
    i m tryig to clear now. i prepared .c source code for displaying "hello world" to be displayed in lcd. i compiled it using uv3. every thing went correct. but when the turn came for simulation i looked...
  • LCD
    How to drive an LCD with segments greater then that could be driven by the controller(other than lcd drivers).Is multiplexing possible
  • scroll_text in LCD
    #include<reg51.h> #define lcd P2 #include<string.h> sbit RS=P1^0; sbit RW=P1^1; sbit EN=P1^2; void init_lcd(void); void cmd_lcd(unsigned char); void data_lcd(unsigned char); void write_lcd...
  • LCD Interfacing
    LCD Interfacing tutorials using 8051 . Interface color lcd,graphic lcd and 16x2 lcd with 8051 http://www.lcdinterfacing.info