we could make just one file LIKE:

/LCD_COMMAND

echo FIRST_ROW > ./LCD_COMMAND
echo SECOND_ROW > ./LCD_COMMAND
echo CLEAR > ./LCD_COMMAND

got? :) we don't need many files, just one :)
can be
echo 0 > ./LCD_COMMAND

we should set the index of each function like
0 = first_row
1 = second_rows

:) with this we can make everything with lcd :)
thankx ;)

> 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

Reply via email to