Skip to content

Commit 2f600cd

Browse files
committed
Added 3D Printable Back to Message Panel
1 parent 1b40859 commit 2f600cd

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

116 KB
Binary file not shown.
Binary file not shown.
51.4 KB
Binary file not shown.

Stream_Deck_Message_Panel/MessagePanel/MessagePanel.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RGBmatrixPanel matrix(A, B, C, D, CLK, LAT, OE, false, 64);
3030

3131
#include "config.h"
3232

33-
// set up the 'counter' feed
33+
// set up the 'messagepanel' feed
3434
AdafruitIO_Feed *counter = io.feed("messagepanel");
3535

3636
void drawText(const char *text, bool resetPosition = true, uint16_t color = 0xffff, uint16_t textSize = 1) {

0 commit comments

Comments
 (0)