MD_Cubo LED Cube Arduino Library  2.1
Library to control LED Cubes
MD_Cubo_4x4_72xx.cpp File Reference

Main file for the MD_Cubo 72xx class. More...

#include <MD_Cubo.h>
#include "MD_Cubo_4x4_72xx.h"
+ Include dependency graph for MD_Cubo_4x4_72xx.cpp:

Variables

static uint8_t mapBit [CUBE_SIZE][CUBE_SIZE]
 

Detailed Description

Main file for the MD_Cubo 72xx class.

Variable Documentation

◆ mapBit

uint8_t mapBit[CUBE_SIZE][CUBE_SIZE]
static
Initial value:
=
{
{ 11, 12, 13, 14 },
{ 15, 10, 8, 9 },
{ 3, 4, 5, 6 },
{ 7, 2, 0, 1 },
}