| | Re: Scrolling through the LCD messages by the knob Curt Mills, WE7U
| | | (...) 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 Bernd Klein
| | | | | 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)
| | | | | | |