Backwards compatability cleanup

This commit is contained in:
mrfaptastic 2020-12-07 18:39:39 +00:00
parent d446d1195c
commit 5108c945cd
2 changed files with 3 additions and 4 deletions

View file

@ -487,7 +487,5 @@ inline void MatrixPanel_I2S_DMA::drawIcon (int *ico, int16_t x, int16_t y, int16
}
}
/***************************************************************************************/
typedef MatrixPanel_I2S_DMA RGB64x32MatrixPanel_I2S_DMA; // for backwards compatibility to old class name
#endif
#endif

View file

@ -1,3 +1,4 @@
/* 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"
#include "ESP32-HUB75-MatrixPanel-I2S-DMA.h"
typedef MatrixPanel_I2S_DMA RGB64x32MatrixPanel_I2S_DMA; // for backwards compatibility to old class name