• lcd
    I have the same pb with my lcd !! what can I do ?! pls
  • LCD
    I use an KitCon c515c and KItCon-can with LCD.My problem is that i can't display nothing on display.The DB0-DB7 on LCD are on Do-D7 on KitCan,and control signal are on A6-A9 on Kitcan. Help me.Sorry...
  • 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
  • LCD problems
    Hi all, My software is based on RTX-Full and many tasks and functions call the lcd_print_msg function. Due to that I wrapped each calling with semaphore, but I still receive some bizarre characters on...