| | Re: LCD image editor for the NXT -- at LEGO Engineering.com Ross Crawford
| | | (...) Hmmm. Just created a simple image and uploaded it using the NXT explorer, but when I try to display it, nothing displays and syscall returns -122. Same program displays faceopen.ric ok, but curiously syscall returns -3 for that, even though (...) (18 years ago, 21-Oct-06, to lugnet.robotics.nxt)
| | | | | | | | Re: LCD image editor for the NXT -- at LEGO Engineering.com John Hansen
| | | | | (...) The way that RIC files are drawn, a valid file will always produce an error result. This is because the code iterates through all the opcodes in the RIC file, executing each of them in turn until there are no more opcodes left. At that point (...) (18 years ago, 22-Oct-06, to lugnet.robotics.nxt)
| | | | | | | | | | | | Re: LCD image editor for the NXT -- at LEGO Engineering.com Ross Crawford
| | | | | (...) Ah, so it's just the documentation which is unclear. (...) Yep, that now draws correctly and returns -3 same as faceopen.ric. Thanks! ROSCO (18 years ago, 22-Oct-06, to lugnet.robotics.nxt)
| | | | | | |