Hi,
there are input pins on my codebug. I could measure temperature with one of them.
But it looks like there's no block that lets me print out a calculated value as scrolling text.
I can only scoll some static text. Thats boring.
Would you please extend the blocks so that it is possible to combine text elements and numbers from variables into a dynamic text to be scrolled?
bye
t3o
Scroll text with values gathered from input pins?
Re: Scroll text with values gathered from input pins?
Of course you can scroll dynamic text :

or put that analogue reading into a variable and do some maths on it :

Note that the codebug is integer based - whole numbers only,
and string manipulation is missing - but see workarounds here:
http://codebugforum.co.uk/viewtopic.php?f=13&t=13

or put that analogue reading into a variable and do some maths on it :

Note that the codebug is integer based - whole numbers only,
and string manipulation is missing - but see workarounds here:
http://codebugforum.co.uk/viewtopic.php?f=13&t=13
Re: Scroll text with values gathered from input pins?
Scrolling variables is no problem, as shown above.
You can combine text and numbers by following a scroll of static text with another scroll of a numeric value.
You can combine text and numbers by following a scroll of static text with another scroll of a numeric value.
Last edited by pigraham on Tue Jun 21, 2016 7:26 am, edited 1 time in total.
Re: Scroll text with values gathered from input pins?
Oh. Thanks!
(I must have been blind. now I see.)
(I must have been blind. now I see.)