├── AllPixMatrix ├── AllPixMatrix.pde ├── README.md ├── configs │ ├── 16x16-square │ │ ├── 16x16-patch.txt │ │ ├── content-save-file-1.allpix │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ └── output-config.ini │ ├── 22x22-round │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ ├── output-config.ini │ │ └── round-matrix-22x22-patch-2018.txt │ ├── 28x28-apa102-panel │ │ ├── 28x28-patch.txt │ │ ├── content-save-file-1.allpix │ │ ├── content-save-file-2.allpix │ │ ├── matrix-config.ini │ │ └── output-config.ini │ ├── 32x32-test-panel │ │ ├── 32x32-1024pix-test-patch.txt │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ └── output-config.ini │ ├── 8x32-test │ │ ├── 8x32-panel-guessed.txt │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ └── output-config.ini │ ├── LED_mask │ │ ├── LED_mask_patch.txt │ │ ├── content.txt │ │ ├── matrix-config.ini │ │ └── output-config.ini │ ├── shuttershades │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ ├── output-config.ini │ │ └── shutter-shades-21x7-patch.txt │ └── sphere │ │ ├── content-save-file-1.txt │ │ ├── matrix-config.ini │ │ ├── output-config.ini │ │ └── sphere-matrix-patch.txt ├── connection.pde ├── data │ ├── Arial-BoldMT-48-smooth.vlw │ ├── Arial-BoldMT-48.vlw │ ├── colorpickerimg.png │ ├── favicon.gif │ ├── intensitybg-horiz.png │ ├── mixerhandle-horiz.png │ ├── mixerhandle-vert.png │ ├── sliderbg-horiz.png │ ├── sliderbg-vert.png │ └── testbars.png ├── draw.pde ├── events.pde ├── fileFunctions.pde ├── footage │ ├── 22x22 │ │ ├── FractalNoise.mov │ │ ├── README.txt │ │ ├── Rainbow.mov │ │ ├── Rainbow2.mov │ │ ├── acid-magma-hicontrast.mov │ │ ├── acid-magma.mov │ │ ├── alienhead.mov │ │ ├── blocks-blue.mov │ │ ├── blue-mosaic.mov │ │ ├── bluewaves.mov │ │ ├── checker-board.mov │ │ ├── color-circle-rain.mov │ │ ├── earth-rotate-1.mov │ │ ├── earth-rotate-2.mov │ │ ├── earth-shrunk.png │ │ ├── earth-spin-contrast.mov │ │ ├── fast-stars.mov │ │ ├── greenrain.mov │ │ ├── jupiter-shrunk.png │ │ ├── magma-long.mov │ │ ├── magma.mov │ │ ├── new-earth.mov │ │ ├── pink-blue-cellmosaic.mov │ │ ├── sampleimg.png │ │ ├── snowing.mov │ │ ├── starburst.mov │ │ ├── testbars-nomove.mov │ │ ├── testbars.mov │ │ ├── turquoise-tissue.mov │ │ ├── twinkle.mov │ │ ├── wave-warp.mov │ │ ├── waves-colorcycle.mov │ │ ├── white-lines-2.mov │ │ ├── white-lines.mov │ │ ├── white-turq-smoke.mov │ │ ├── whitelines3.mov │ │ └── whiterain.mov │ ├── earth-flat-contrast.png │ ├── earth-flat.png │ ├── fractal.png │ └── laser-image.jpg ├── functions.pde ├── generatedCallBacks.pde ├── generatedObjects.pde ├── guiCallBacks.pde ├── guiObjects.pde ├── keyPressed.pde ├── mousePressed.pde ├── nled-allpixmatrix-manual.pdf ├── objects.pde ├── overlayMenu.pde ├── recorded │ ├── recorded-12x14-15-37-49-date-29-10-2018.txt │ ├── recorded-12x14-15-38-1-date-29-10-2018.txt │ ├── recorded-16x16-14-29-43-date-29-10-2018.txt │ ├── recorded-16x16-17-4-26-date-13-7-2018.txt │ ├── recorded-16x16-17-5-48-date-18-6-2018.txt │ ├── recorded-16x16-19-1-55-date-25-10-2018.txt │ ├── recorded-16x16-20-41-52-date-10-7-2018.txt │ ├── recorded-28x28-14-15-20-date-13-12-2018.txt │ ├── recorded-28x28-14-15-25-date-13-12-2018.txt │ ├── recorded-28x28-15-50-35-date-13-12-2018.txt │ ├── recorded-28x28-18-49-40-date-4-11-2018.txt │ ├── recorded-28x28-20-21-20-date-13-12-2018.txt │ ├── recorded-28x28-blocky-colors.txt │ └── recorded-32x32-15-44-12-date-11-11-2018.txt └── software.ini ├── README.md ├── allpixmatrix-layout-definition.jpg └── nled-allpixmatrix-manual.pdf /AllPixMatrix/AllPixMatrix.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/AllPixMatrix.pde -------------------------------------------------------------------------------- /AllPixMatrix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/README.md -------------------------------------------------------------------------------- /AllPixMatrix/configs/16x16-square/16x16-patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/16x16-square/16x16-patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/16x16-square/content-save-file-1.allpix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/16x16-square/content-save-file-1.allpix -------------------------------------------------------------------------------- /AllPixMatrix/configs/16x16-square/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/16x16-square/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/16x16-square/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/16x16-square/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/16x16-square/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/16x16-square/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/22x22-round/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/22x22-round/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/22x22-round/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/22x22-round/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/22x22-round/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/22x22-round/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/22x22-round/round-matrix-22x22-patch-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/22x22-round/round-matrix-22x22-patch-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/28x28-apa102-panel/28x28-patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/28x28-apa102-panel/28x28-patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/28x28-apa102-panel/content-save-file-1.allpix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/28x28-apa102-panel/content-save-file-1.allpix -------------------------------------------------------------------------------- /AllPixMatrix/configs/28x28-apa102-panel/content-save-file-2.allpix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/28x28-apa102-panel/content-save-file-2.allpix -------------------------------------------------------------------------------- /AllPixMatrix/configs/28x28-apa102-panel/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/28x28-apa102-panel/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/28x28-apa102-panel/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/28x28-apa102-panel/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/32x32-test-panel/32x32-1024pix-test-patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/32x32-test-panel/32x32-1024pix-test-patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/32x32-test-panel/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/32x32-test-panel/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/32x32-test-panel/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/32x32-test-panel/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/32x32-test-panel/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/32x32-test-panel/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/8x32-test/8x32-panel-guessed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/8x32-test/8x32-panel-guessed.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/8x32-test/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/8x32-test/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/8x32-test/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/8x32-test/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/8x32-test/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/8x32-test/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/LED_mask/LED_mask_patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/LED_mask/LED_mask_patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/LED_mask/content.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/LED_mask/content.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/LED_mask/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/LED_mask/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/LED_mask/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/LED_mask/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/shuttershades/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/shuttershades/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/shuttershades/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/shuttershades/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/shuttershades/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/shuttershades/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/shuttershades/shutter-shades-21x7-patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/shuttershades/shutter-shades-21x7-patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/sphere/content-save-file-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/sphere/content-save-file-1.txt -------------------------------------------------------------------------------- /AllPixMatrix/configs/sphere/matrix-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/sphere/matrix-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/sphere/output-config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/sphere/output-config.ini -------------------------------------------------------------------------------- /AllPixMatrix/configs/sphere/sphere-matrix-patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/configs/sphere/sphere-matrix-patch.txt -------------------------------------------------------------------------------- /AllPixMatrix/connection.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/connection.pde -------------------------------------------------------------------------------- /AllPixMatrix/data/Arial-BoldMT-48-smooth.vlw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/Arial-BoldMT-48-smooth.vlw -------------------------------------------------------------------------------- /AllPixMatrix/data/Arial-BoldMT-48.vlw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/Arial-BoldMT-48.vlw -------------------------------------------------------------------------------- /AllPixMatrix/data/colorpickerimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/colorpickerimg.png -------------------------------------------------------------------------------- /AllPixMatrix/data/favicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/favicon.gif -------------------------------------------------------------------------------- /AllPixMatrix/data/intensitybg-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/intensitybg-horiz.png -------------------------------------------------------------------------------- /AllPixMatrix/data/mixerhandle-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/mixerhandle-horiz.png -------------------------------------------------------------------------------- /AllPixMatrix/data/mixerhandle-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/mixerhandle-vert.png -------------------------------------------------------------------------------- /AllPixMatrix/data/sliderbg-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/sliderbg-horiz.png -------------------------------------------------------------------------------- /AllPixMatrix/data/sliderbg-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/sliderbg-vert.png -------------------------------------------------------------------------------- /AllPixMatrix/data/testbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/data/testbars.png -------------------------------------------------------------------------------- /AllPixMatrix/draw.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/draw.pde -------------------------------------------------------------------------------- /AllPixMatrix/events.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/events.pde -------------------------------------------------------------------------------- /AllPixMatrix/fileFunctions.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/fileFunctions.pde -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/FractalNoise.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/FractalNoise.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/README.txt -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/Rainbow.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/Rainbow.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/Rainbow2.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/Rainbow2.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/acid-magma-hicontrast.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/acid-magma-hicontrast.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/acid-magma.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/acid-magma.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/alienhead.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/alienhead.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/blocks-blue.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/blocks-blue.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/blue-mosaic.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/blue-mosaic.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/bluewaves.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/bluewaves.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/checker-board.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/checker-board.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/color-circle-rain.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/color-circle-rain.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/earth-rotate-1.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/earth-rotate-1.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/earth-rotate-2.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/earth-rotate-2.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/earth-shrunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/earth-shrunk.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/earth-spin-contrast.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/earth-spin-contrast.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/fast-stars.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/fast-stars.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/greenrain.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/greenrain.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/jupiter-shrunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/jupiter-shrunk.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/magma-long.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/magma-long.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/magma.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/magma.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/new-earth.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/new-earth.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/pink-blue-cellmosaic.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/pink-blue-cellmosaic.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/sampleimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/sampleimg.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/snowing.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/snowing.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/starburst.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/starburst.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/testbars-nomove.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/testbars-nomove.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/testbars.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/testbars.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/turquoise-tissue.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/turquoise-tissue.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/twinkle.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/twinkle.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/wave-warp.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/wave-warp.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/waves-colorcycle.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/waves-colorcycle.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/white-lines-2.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/white-lines-2.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/white-lines.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/white-lines.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/white-turq-smoke.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/white-turq-smoke.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/whitelines3.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/whitelines3.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/22x22/whiterain.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/22x22/whiterain.mov -------------------------------------------------------------------------------- /AllPixMatrix/footage/earth-flat-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/earth-flat-contrast.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/earth-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/earth-flat.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/fractal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/fractal.png -------------------------------------------------------------------------------- /AllPixMatrix/footage/laser-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/footage/laser-image.jpg -------------------------------------------------------------------------------- /AllPixMatrix/functions.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/functions.pde -------------------------------------------------------------------------------- /AllPixMatrix/generatedCallBacks.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/generatedCallBacks.pde -------------------------------------------------------------------------------- /AllPixMatrix/generatedObjects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/generatedObjects.pde -------------------------------------------------------------------------------- /AllPixMatrix/guiCallBacks.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/guiCallBacks.pde -------------------------------------------------------------------------------- /AllPixMatrix/guiObjects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/guiObjects.pde -------------------------------------------------------------------------------- /AllPixMatrix/keyPressed.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/keyPressed.pde -------------------------------------------------------------------------------- /AllPixMatrix/mousePressed.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/mousePressed.pde -------------------------------------------------------------------------------- /AllPixMatrix/nled-allpixmatrix-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/nled-allpixmatrix-manual.pdf -------------------------------------------------------------------------------- /AllPixMatrix/objects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/objects.pde -------------------------------------------------------------------------------- /AllPixMatrix/overlayMenu.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/overlayMenu.pde -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-12x14-15-37-49-date-29-10-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-12x14-15-37-49-date-29-10-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-12x14-15-38-1-date-29-10-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-12x14-15-38-1-date-29-10-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-16x16-14-29-43-date-29-10-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-16x16-14-29-43-date-29-10-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-16x16-17-4-26-date-13-7-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-16x16-17-4-26-date-13-7-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-16x16-17-5-48-date-18-6-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-16x16-17-5-48-date-18-6-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-16x16-19-1-55-date-25-10-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-16x16-19-1-55-date-25-10-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-16x16-20-41-52-date-10-7-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-16x16-20-41-52-date-10-7-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-14-15-20-date-13-12-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-14-15-20-date-13-12-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-14-15-25-date-13-12-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-14-15-25-date-13-12-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-15-50-35-date-13-12-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-15-50-35-date-13-12-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-18-49-40-date-4-11-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-18-49-40-date-4-11-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-20-21-20-date-13-12-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-20-21-20-date-13-12-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-28x28-blocky-colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-28x28-blocky-colors.txt -------------------------------------------------------------------------------- /AllPixMatrix/recorded/recorded-32x32-15-44-12-date-11-11-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/recorded/recorded-32x32-15-44-12-date-11-11-2018.txt -------------------------------------------------------------------------------- /AllPixMatrix/software.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/AllPixMatrix/software.ini -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/README.md -------------------------------------------------------------------------------- /allpixmatrix-layout-definition.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/allpixmatrix-layout-definition.jpg -------------------------------------------------------------------------------- /nled-allpixmatrix-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLED/allpixmatrix/HEAD/nled-allpixmatrix-manual.pdf --------------------------------------------------------------------------------