Search found 2 matches
- 13 Oct 2011, 17:46
- Forum: Mindstorms Software
- Topic: [NXC] Drawing options
- Replies: 7
- Views: 8563
Re: [NXC] Drawing options
Almost all drawing options are Enhanced Firmware only. I think "DRAW_OPT_CLEAR_WHOLE_SCREEN" and "DRAW_OPT_CLEAR_EXCEPT_STATUS_SCREEN" works with the standard firmware, but I'm not sure. Thanks, this was the answer I was looking for. Just didn't see any warnings when reading the...
- 13 Oct 2011, 16:23
- Forum: Mindstorms Software
- Topic: [NXC] Drawing options
- Replies: 7
- Views: 8563
[NXC] Drawing options
Hi, Trying to run code like task main() { RectOut(0, 0, 100, 64, DRAW_OPT_FILL_SHAPE); } but it only draws a regular non-filled rectangle. I have also tried using other options like DRAW_OPT_CLEAR etc. but none of them seem to work. The NXT is running 1.05 firmware (no possibility of updating). I di...