esp-pixelprojektor/pixelprojektor/config.h

17 lines
251 B
C

#ifndef CONFIG_H
#define CONFIG_H
//8x8 Matrix
/*
#define WIDTH 8 //WIDTH is along consecutive pixels
#define HEIGHT 8
#define NUMPIXELS 64 // 8x8 Matrix
*/
//3x6 LED Box
#define WIDTH 3
#define HEIGHT 6
#define NUMPIXELS 18 // 3x6 LED Box
#endif