From abb7adabbdb2d6604ed1dc688c700d40701d652c Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sun, 21 Aug 2022 17:18:39 +0200 Subject: [PATCH] Added header files to display.ino. Just for confidence --- display.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/display.ino b/display.ino index 3ff1096..4ad5aec 100644 --- a/display.ino +++ b/display.ino @@ -1,3 +1,5 @@ +#include "epdpaint.h" + String pad(String text, int pad_length, char pad_letter) { if(text.length() >= pad_length) return text; // if theres nothing to fill, return the text unmodified