Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Nov 28, 2024
1 parent d1d0ffd commit 11c3e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/Waveshare_7_5_T7_Sensors/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c3e44

Please sign in to comment.