sub_get_product_id |
Top Previous Next |
Got to SUB-20 page |
Synopsis int sub_lcd_write( sub_handle hndl, char* str );
This function will work only on SUB-20 configurations with LCD. Characters from *str are written to the LCD beginning from the current LCD position. Special characters and sequences listed below are used to format LCD output and control current position.
Every string written to LCD will be space padded till the end of the string. Parameters •*str - LCD string Return value On success function returns 0. If LCD is not supported function will return "Feature not supported". Example
Compatibility •Required firmware version > 0.0.4 •Required DLL version > 0.1.12.2
|