We never had anyone make specific requests for LCD functions, so only the most minimal was implemented. Can you define a set of primatives? Remember, it has to fit the "filesystem" metaphor.

If the list above is what you want, perhaps we could consolidate:
echo row > LCD_ROW, etc...

Paul Alfille

On 9/21/06, Roberto Spadim <[EMAIL PROTECTED]> wrote:
for example:

how can i just turn cursor off
set cursor to line 3
set cursor blinking on
turn off lcd
turn on lcd
set cursor to line 2
clear lcd
move cursor right 2 caracters


i can only clear and set text with owfs
i can't execute functions like this:

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


could you understand? :) thankx guys

-------------------------------------------------------------------------
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

-------------------------------------------------------------------------
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

Reply via email to