Data Sheet
4
www.kitronik.co.uk
9
STEP 7: Create a variable and name it ‘Pixel Array’.
STEP 8: Create the following code.
This tells the micro:bit that Pin 0 is
connected to 5, colour addressable LEDs.
WHAT THIS MEANS
A variable is like a container which can store
information. This could be a number, a word
or a piece of information you want your
program to remember.
WHAT THIS MEANS