diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 09:45:30 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 09:45:30 +0000 |
| commit | 460b823200a764049c67b41d4e5043d254094506 (patch) | |
| tree | 7ca372a2ee955e17979da9027dca9334edee8a85 /examples/BitmapIcons | |
| parent | 5214d0540e05cb0b0cb08f10bb9cbeffccc7d7f8 (diff) | |
Update library class and name
Diffstat (limited to 'examples/BitmapIcons')
| -rw-r--r-- | examples/BitmapIcons/BitmapIcons.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BitmapIcons/BitmapIcons.ino b/examples/BitmapIcons/BitmapIcons.ino index 310c8a8..09c6815 100644 --- a/examples/BitmapIcons/BitmapIcons.ino +++ b/examples/BitmapIcons/BitmapIcons.ino @@ -28,7 +28,7 @@ // Display -RGB64x32MatrixPanel_I2S_DMA display; // RGB Panel +MatrixPanel_I2S_DMA display; // RGB Panel // Wifi Logo, generated using LCD Image Converter: http://www.riuson.com/lcd-image-converter const char wifi_image1bit[] PROGMEM = { |
