renamed to RGBMatrixDisplay

This commit is contained in:
Patrick Haßel 2024-12-28 11:05:22 +01:00
parent f4887cd89a
commit 022bc23eff
6 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_CONFIG_H #ifndef RGBMATRIXDISPLAY_CONFIG_H
#define MEDIATABLE_CONFIG_H #define RGBMATRIXDISPLAY_CONFIG_H
#include "mode/Mode.h" #include "mode/Mode.h"

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_DISPLAY_H #ifndef RGBMATRIXDISPLAY_DISPLAY_H
#define MEDIATABLE_DISPLAY_H #define RGBMATRIXDISPLAY_DISPLAY_H
#include "display/Display.h" #include "display/Display.h"

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_MODE_H #ifndef RGBMATRIXDISPLAY_MODE_H
#define MEDIATABLE_MODE_H #define RGBMATRIXDISPLAY_MODE_H
#include "mode/Mode.h" #include "mode/Mode.h"

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_SERIAL_H #ifndef RGBMATRIXDISPLAY_SERIAL_H
#define MEDIATABLE_SERIAL_H #define RGBMATRIXDISPLAY_SERIAL_H
void serial_loop(); void serial_loop();

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_SERVER_H #ifndef RGBMATRIXDISPLAY_SERVER_H
#define MEDIATABLE_SERVER_H #define RGBMATRIXDISPLAY_SERVER_H
void server_setup(); void server_setup();

View File

@ -1,5 +1,5 @@
#ifndef MEDIATABLE_WIFI_H #ifndef RGBMATRIXDISPLAY_WIFI_H
#define MEDIATABLE_WIFI_H #define RGBMATRIXDISPLAY_WIFI_H
void wifi_setup(); void wifi_setup();