adding clear image in stopanimation
This commit is contained in:
parent
167c1d8fce
commit
8a58d664c3
@ -271,6 +271,7 @@ namespace pxsim.led {
|
|||||||
|
|
||||||
export function stopAnimation(): void {
|
export function stopAnimation(): void {
|
||||||
board().ledMatrixState.animationQ.cancelAll();
|
board().ledMatrixState.animationQ.cancelAll();
|
||||||
|
board().ledMatrixState.image.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setDisplayMode(mode: DisplayMode): void {
|
export function setDisplayMode(mode: DisplayMode): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user