OK LCD_H is 4 bits and LCD_M isn't but we don't have CMD file (function), (i think that will work only for LCD_H) like /LCD_H/send_command and when i make this:
echo "LCD_CLEAR" > ./send_command or something like echo "1" > ./send_command it send clean command to LCD with this commands we can control LCD from computer fully, cause i know that have some constants that isn't implemented on mikroc like MOVE TO POSITION 4,5 and it's only 8 bits command did you read the full message? see: *void* Lcd_Cmd(*unsigned short* command); Description Sends |command| to LCD. You can pass one of the predefined constants to the function. The complete list of available commands is below. Example Clear LCD display: Lcd_Cmd(Lcd_Clear); Available LCD Commands LCD Command Purpose LCD_FIRST_ROW Move cursor to 1st row LCD_SECOND_ROW Move cursor to 2nd row LCD_THIRD_ROW Move cursor to 3rd row LCD_FOURTH_ROW Move cursor to 4th row LCD_CLEAR Clear display LCD_RETURN_HOME Return cursor to home position, returns a shifted display to original position. Display data RAM is unaffected. LCD_CURSOR_OFF Turn off cursor LCD_UNDERLINE_ON Underline cursor on LCD_BLINK_CURSOR_ON Blink cursor on LCD_MOVE_CURSOR_LEFT Move cursor left without changing display data RAM LCD_MOVE_CURSOR_RIGHT Move cursor right without changing display data RAM LCD_TURN_ON Turn LCD display on LCD_TURN_OFF Turn LCD display off LCD_SHIFT_LEFT Shift display left without changing display data RAM LCD_SHIFT_RIGHT Shift display right without changing display data RAM ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
