Want to create interactive content? It’s easy in Genially!

Get started free

4.2.D - LED Matrix Countdown Timer

Teaching and Learning

Created on May 12, 2026

Start designing with a free template

Discover more than 1500 professional designs like these:

Essential Business Proposal

Project Roadmap Timeline

Step-by-Step Timeline: How to Develop an Idea

Artificial Intelligence History Timeline

Word Search: Corporate Culture

Match the Verbs in Spanish: Present and Past

Process Flow: Corporate Recruitment

Transcript

4.2.D - LED Matrix Countdown Timer

Our code will countdown from 5 to 0 and then clear the screen after two seconds.

Next

Step 2 Load the Code

The code pauses one second between each number change, so we would expect the time between starting at 5 and seeing the 0 appear would be 5 seconds...

Back

Next

Step 3 Test it Out!

  • But we've noticed that when using the LED Matrix the micro:bit tends to run a little bit slower.
  • If you compare this 5 second countdown with a stopwatch or some other time telling device you might notice it takes longer than 5 seconds to complete our countdown.
  • In our tests the 5 second timer tends to take about 8.5 seconds to complete.
  • How long does yours take?

Back