diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 08:14:10 +0000 |
|---|---|---|
| committer | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 08:14:10 +0000 |
| commit | ddebd4c317a6373d39f101a952eea6645f347332 (patch) | |
| tree | 32c41b07fa76cf845a0ff4d3842456fab2ae725f /src | |
| parent | 3382896c6e78f45c70eabb22d38ed84cef7b4d13 (diff) | |
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-VirtualMatrixPanel-I2S-DMA.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h index 7a01bab..247759f 100644 --- a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h +++ b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h @@ -35,8 +35,7 @@ #include <Fonts/FreeSansBold12pt7b.h> #endif - -// #include <iostream> +#warning "VirtualMatrixPanel is depreciated. Please include 'ESP32-VirtualMatrixPanel_T.hpp' and use VirtualMatrixPanel_T instead. Refer to the documentation and VirtualMatrixPanel.ino example." struct VirtualCoords { @@ -74,7 +73,9 @@ enum PANEL_CHAIN_TYPE CHAIN_BOTTOM_LEFT_UP_ZZ }; -[[deprecated("VirtualMatrixPanel is depreciated. Please include 'HUB75-VirtualMatrixPanelT.hpp' and use VirtualMatrixPanelT instead. Refer to the documentation.")]] + + +//[[deprecated("VirtualMatrixPanel is depreciated. Please include 'ESP32-VirtualMatrixPanel_T.hpp' and use VirtualMatrixPanel_T instead. Refer to the documentation and VirtualMatrixPanel.ino example.")]] #ifdef USE_GFX_LITE class VirtualMatrixPanel : public GFX #elif !defined NO_GFX |
