| | Scrolling through the LCD messages by the knob
|
| Hi, i am looking for a program to use the knob for scrolling through messages. i really need this, because i have to output more than 32 chars (and there isnt enough space for a larger display ). i have read about using the knob for scrolling on the (...) (26 years ago, 15-Jan-99, to lugnet.robotics.handyboard)
| | | | Re: Scrolling through the LCD messages by the knob
|
| (...) Yes, and it is totally trivial to do so. I don't have my sources here at the moment, but it is roughly like this: c = readknob(); /* or whatever the cmd is for reading it */ if ( c < 64 ) { print "a"; } else if ( c < 128 ) { print "b"; } else (...) (26 years ago, 15-Jan-99, to lugnet.robotics.handyboard)
| | | | Re: Scrolling through the LCD messages by the knob
|
| Hi Gustav, ich habe für mein HB ein Menüprogramm geschrieben, mit dem man mehrere Menüpunkte durchscrollen kann (Parametereingabe etc.) Falls Du noch interesse hast, sag Bescheid dann kram ich mal den Sourcecode bei mir wieder aus ! Tschau Bernd (...) (26 years ago, 18-Jan-99, to lugnet.robotics.handyboard)
| |