• lcd
    I have the same pb with my lcd !! what can I do ?! pls
  • LCD
    How to drive an LCD with segments greater then that could be driven by the controller(other than lcd drivers).Is multiplexing possible
  • 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...
  • 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...
  • Routine for LCD
    I want to print some float variables in my lcd, could someone tell me the way how to convert my float variable into a string and then print it into my LCD thanks