Display variable values in binary on the LED array.
This is an example for values 0 to 255
http://www.codebug.co.uk/explore/codebu ... ble-watch/
Debugging - watch variables
Re: Debugging - watch variables
Doh!
There is an easier way.
get string sprite operates like a stream to convert numeric variables to strings. You can "print" a variable by scrolling it across the LED array.
It doesn't seem to be possible to concatenate text and numbers.
http://www.codebug.co.uk/explore/codebu ... -variable/
Thanks to James Pearson for that.
http://www.codebug.co.uk/explore/codebu ... ulator-v1/
There is an easier way.
get string sprite operates like a stream to convert numeric variables to strings. You can "print" a variable by scrolling it across the LED array.
It doesn't seem to be possible to concatenate text and numbers.
http://www.codebug.co.uk/explore/codebu ... -variable/
Thanks to James Pearson for that.
http://www.codebug.co.uk/explore/codebu ... ulator-v1/