This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
projects:neopixel-16x16-display [2019-01-20 11:34] – [Hardware used] trinitor | projects:neopixel-16x16-display [2019-01-20 12:20] (current) – trinitor | ||
---|---|---|---|
Line 57: | 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); | ||
+ | </ |