Backwards compatability cleanup
This commit is contained in:
parent
d446d1195c
commit
5108c945cd
2 changed files with 3 additions and 4 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue