| | Re: What do these macros do? Julien Letrouit
|
| | (...) Is it possible to write in the display popup buffer? So that we can do double buffering? I made some quick tests, but it seems the drawing routines always write in the normal display buffer... Julien (18 years ago, 23-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
| | |
| | | | Re: What do these macros do? John Hansen
|
| | | | (...) It is possible to write to the popup buffer but only by using the IOMap routine (SetDisplayPopup). The regular system calls which write to the LCD all write to the normal display memory. Unfortunately, as Dick Swan suggested, the current NXT (...) (18 years ago, 24-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
| | | | |
| | | | | | Re: What do these macros do? Jason J Railton
|
| | | | | (...) John - if you've got someone's ear in this, could you also see if a GCC build of the firmware can be released? I know LEGO are unlikely to use GCC themselves as they can afford more specialised tools, but so far, I don't see much of a (...) (18 years ago, 24-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
| | | | | |
| | | | | | compilation switch in BrickCC Command Center? Elizabeth Mabrey
|
| | | | Thru brickcc command center, I wonder how to insert a user-defined compilation switch as I want to use it in the preprocessor directives. Input is greatly appreciated. --Elizabeth (18 years ago, 6-Feb-07, to lugnet.robotics.nxt, lugnet.robotics)
|
| | | | |
| | | | | | Re: compilation switch in BrickCC Command Center? John Hansen
|
| | | | (...) Are you talking about defining a macro via a command-line switch such as nqc -Susb -d -DMYVAL=xyz foobar.nqc or something of that sort? If that is what you have in mind then you can do it from within BricxCC with NQC but I have not yet (...) (18 years ago, 6-Feb-07, to lugnet.robotics.nxt, lugnet.robotics)
|
| | | | |