From adaf7c80813017b5592bcdc0ac5ba720ebdf6e15 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sat, 28 Nov 2020 10:03:17 +0000 Subject: [PATCH] Backwards compatability include --- ESP32-RGB64x32MatrixPanel-I2S-DMA.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ESP32-RGB64x32MatrixPanel-I2S-DMA.h diff --git a/ESP32-RGB64x32MatrixPanel-I2S-DMA.h b/ESP32-RGB64x32MatrixPanel-I2S-DMA.h new file mode 100644 index 0000000..240372a --- /dev/null +++ b/ESP32-RGB64x32MatrixPanel-I2S-DMA.h @@ -0,0 +1,3 @@ +/* For backwards compatibility only */ +#pragma message "Please update your include to use ESP32-HUB75-MatrixPanel-I2S-DMA.h instead!" +#include "ESP32-HUB75-MatrixPanel-I2S-DMA.h" \ No newline at end of file