| | Showing Strings on LCD Armin Buttinger
|
| | I have a RCX and three Sensors. I want to have the three sensor-values on the LCD-screen. I had an idea: changing the sensor-integer-values in String, so I have the 3 Values in a String I am showing on the LCD-screen. But if I run this in an (...) (20 years ago, 8-May-05, to lugnet.robotics.rcx.java)
|
| | |
| | | | Re: Showing Strings on LCD Thomas Chesney
|
| | | | (...) Can you post your source code (or the relevant bits at least)? Thomas (20 years ago, 9-May-05, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | Re: Showing Strings on LCD Juergen Stuber
|
| | | | Hi Armin, (...) probably because it runs out of memory. This is hard to avoid with strings, as Lejos doesn't garbage collect memory. Either you generate too many strings, or you have an old version of Lejos that is not careful enough in TextLCD. To (...) (20 years ago, 16-May-05, to lugnet.robotics.rcx.java)
|
| | | | |