From a5571a834f1b2b7ec0b8cdc016884442099ceab8 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 17 Jul 2025 21:33:50 +0200 Subject: Reorganize, scope, add GPIO --- src/display.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/display.cpp') diff --git a/src/display.cpp b/src/display.cpp index cde438f..54da2db 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -1,11 +1,11 @@ -#include "display.h" +#include "badge/display.h" #include #include // #include #include -#include "badge_config.h" +#include "badge/config.h" #if UVOK_EPAP_DISPLAY == DISPLAY_WAVESHARE_219_YBW // HINT: Update the library code, set budy timeout to 30 or 60 seconds! -- cgit v1.2.3