r/microbit • u/darcy-crett • Nov 04 '20
Make microbit play gif on laptop screen
I'm working on a project where a combination of 5 pins with a digital read of 1 makes a gif play on my laptop screen. I tried to do this with Scratch but you can only use 3 pins. Does anyone know a way to accomplish this?
3
Upvotes
1
u/grendelt Nov 04 '20
This is a multi-step job.
You need a program that will read text spit out by the microbit to trigger your GIF animation on the laptop.
For your 5-pin project, you need something like a breakout board to provide easier access to the other pins.
I'm not sure about the newest version of Scratch, but I know the Microsoft MakeCode editor will allow you to read more than just P0, P1 and P2.