Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 months ago.
Scroll in display an uint16 varriable
I want to use "ManagedString" function to indicate the value of an uint16 in the display. How to do ?
uchar8 is possible using a=250; ManagedString a; uBit.display.scrollAsync(a, 2000);
thanks