This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:neopixel-16x16-display [2019-01-20 11:33] – created trinitor | projects:neopixel-16x16-display [2019-01-20 12:20] (current) – trinitor | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * ESP8266 (NodeMCU) | * ESP8266 (NodeMCU) | ||
| * 4 Neopixel tiles each 8x8 pixel | * 4 Neopixel tiles each 8x8 pixel | ||
| + | * 3D printed holder | ||
| * some cables | * some cables | ||
| Line 56: | Line 57: | ||
| {{: | {{: | ||
| + | ===== Test ===== | ||
| + | Test your setup \\ | ||
| + | [[https:// | ||
| + | < | ||
| + | #define PIN 15 | ||
| + | #define BRIGHTNESS 32 | ||
| + | #define mw 16 | ||
| + | #define mh 16 | ||
| + | Adafruit_NeoMatrix *matrix = new Adafruit_NeoMatrix(8, | ||
| + | NEO_TILE_TOP | ||
| + | NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_COLUMNS + NEO_MATRIX_PROGRESSIVE, | ||
| + | NEO_GRB + NEO_KHZ800); | ||
| + | </ | ||