Skip to content

Commit

Permalink
Update DisplayManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Jul 25, 2023
1 parent 272a7ef commit 8dde81c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DisplayManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <DisplayManager.h>

#include "MatrixDisplayUi.h"
#include <TJpg_Decoder.h>
#include "icons.h"
Expand Down Expand Up @@ -2279,4 +2278,4 @@ void DisplayManager_::sendBMP(Stream &stream)
CRGB *DisplayManager_::getLeds()
{
return leds;
}
}

0 comments on commit 8dde81c

Please sign in to comment.