Alex Glow
Published © CC BY

Programming the Arduino UNO R4 WiFi's LED Matrix

Get started with the Arduino UNO R4 WiFi! Program custom designs and animations on the built-in LED matrix.

BeginnerFull instructions provided1 hour6,780
Programming the Arduino UNO R4 WiFi's LED Matrix

Things used in this project

Story

Read more

Code

Lightning animation header file

C/C++
Drop this into your custom PlayAnimation sketch folder to use my lightning animation!
const uint32_t animation[][4] = {
	{
		0x3006004,
		0x0,
		0x0,
		66
	},
	{
		0x700600c,
		0x800000,
		0x0,
		66
	},
	{
		0x700600c,
		0x1e00400,
		0x80000000,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x0,
		0x0,
		0x0,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x0,
		0x0,
		0x0,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	},
	{
		0x700600c,
		0x1f00600,
		0xc0080100,
		66
	}
};

Credits

Alex Glow

Alex Glow

145 projects β€’ 1571 followers
The Hackster team's resident Hardware Nerd. I love robots, music, EEG, wearables, and languages. FIRST Robotics kid.

Comments