├── MorphingClockRemix ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp └── TinyIcons.h ├── MorphingClockRemix1e ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1e.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── history.txt ├── MorphingClockRemix1g ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1g.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── history.txt ├── MorphingClockRemix1h ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1h.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── history.txt ├── MorphingClockRemix1i ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1i0.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── history.txt ├── MorphingClockRemix1l ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1l.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── test.txt ├── MorphingClockRemix1l3 ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix1l3.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp ├── TinyIcons.h └── history.txt ├── MorphingClockRemix2 ├── Digit.cpp ├── Digit.h ├── MorphingClockRemix2.ino ├── TinyFont.cpp ├── TinyFont.h ├── TinyIcons.cpp └── TinyIcons.h ├── NTPclock_P3RGB64x32MatrixPanel.ino ├── OTA.png └── README.md /MorphingClockRemix/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix/MorphingClockRemix.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/MorphingClockRemix.ino -------------------------------------------------------------------------------- /MorphingClockRemix/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1e/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1e/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1e/MorphingClockRemix1e.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/MorphingClockRemix1e.ino -------------------------------------------------------------------------------- /MorphingClockRemix1e/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1e/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1e/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1e/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1e/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1e/history.txt -------------------------------------------------------------------------------- /MorphingClockRemix1g/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1g/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1g/MorphingClockRemix1g.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/MorphingClockRemix1g.ino -------------------------------------------------------------------------------- /MorphingClockRemix1g/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1g/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1g/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1g/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1g/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1g/history.txt -------------------------------------------------------------------------------- /MorphingClockRemix1h/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1h/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1h/MorphingClockRemix1h.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/MorphingClockRemix1h.ino -------------------------------------------------------------------------------- /MorphingClockRemix1h/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1h/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1h/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1h/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1h/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1h/history.txt -------------------------------------------------------------------------------- /MorphingClockRemix1i/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1i/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1i/MorphingClockRemix1i0.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/MorphingClockRemix1i0.ino -------------------------------------------------------------------------------- /MorphingClockRemix1i/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1i/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1i/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1i/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1i/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1i/history.txt -------------------------------------------------------------------------------- /MorphingClockRemix1l/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1l/MorphingClockRemix1l.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/MorphingClockRemix1l.ino -------------------------------------------------------------------------------- /MorphingClockRemix1l/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1l/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1l/test.txt: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /MorphingClockRemix1l3/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l3/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix1l3/MorphingClockRemix1l3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/MorphingClockRemix1l3.ino -------------------------------------------------------------------------------- /MorphingClockRemix1l3/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l3/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix1l3/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix1l3/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/TinyIcons.h -------------------------------------------------------------------------------- /MorphingClockRemix1l3/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix1l3/history.txt -------------------------------------------------------------------------------- /MorphingClockRemix2/Digit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/Digit.cpp -------------------------------------------------------------------------------- /MorphingClockRemix2/Digit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/Digit.h -------------------------------------------------------------------------------- /MorphingClockRemix2/MorphingClockRemix2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/MorphingClockRemix2.ino -------------------------------------------------------------------------------- /MorphingClockRemix2/TinyFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/TinyFont.cpp -------------------------------------------------------------------------------- /MorphingClockRemix2/TinyFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/TinyFont.h -------------------------------------------------------------------------------- /MorphingClockRemix2/TinyIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/TinyIcons.cpp -------------------------------------------------------------------------------- /MorphingClockRemix2/TinyIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/MorphingClockRemix2/TinyIcons.h -------------------------------------------------------------------------------- /NTPclock_P3RGB64x32MatrixPanel.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/NTPclock_P3RGB64x32MatrixPanel.ino -------------------------------------------------------------------------------- /OTA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/OTA.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehniq3/P5_64x32_HUB75/HEAD/README.md --------------------------------------------------------------------------------