Struct microbit_text::scrolling_text::ScrollingBufferedText [−][src]
pub struct ScrollingBufferedText<const N: usize> { /* fields omitted */ }
Expand description
A Scrollable
displaying an ascii byte-string of up to N
bytes.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
A ScrollingState
indicating the current point in the animation.
A ScrollingState
indicating the current point in the animation, as
a mutable reference. Read more
A reference to the underlying image at the specified index.