From 11c3e4440ad8ed7062899b3cc35aab5b5e727213 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:55:13 +0100 Subject: [PATCH] Update config.h --- examples/Waveshare_7_5_T7_Sensors/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/Waveshare_7_5_T7_Sensors/config.h b/examples/Waveshare_7_5_T7_Sensors/config.h index 4d030a0..ecd60db 100644 --- a/examples/Waveshare_7_5_T7_Sensors/config.h +++ b/examples/Waveshare_7_5_T7_Sensors/config.h @@ -44,6 +44,10 @@ #ifndef CONFIG_H #define CONFIG_H +// Bitmap images +#include "bitmap_local.h" // Picture shown on ScreenLocal - replace by your own +#include "bitmap_remote.h" // Picture shown on ScreenMQTT - replace by your own + // Screen definitions #define ScreenOWM 0 #define ScreenLocal 1