| | lcd Chris Daniel
| | | Is it possible to display 2 lcd intergers on the screen at the same time? ie 2 rotation sensors. Thanks in advance chris (24 years ago, 25-Apr-01, to lugnet.robotics.rcx.legos)
| | | | | | | | Re: lcd Philippe Possemiers
| | | | | Yes, if you have three values, just display them like this : cputw((VALUE_1 << 8) + (VALUE_2 << 4) + (VALUE_3)); (...) (24 years ago, 25-Apr-01, to lugnet.robotics.rcx.legos)
| | | | | | |