Added header files to display.ino. Just for confidence
This commit is contained in:
parent
189b107db9
commit
abb7adabbd
@ -1,3 +1,5 @@
|
|||||||
|
#include "epdpaint.h"
|
||||||
|
|
||||||
String pad(String text, int pad_length, char pad_letter) {
|
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
|
if(text.length() >= pad_length) return text; // if theres nothing to fill, return the text unmodified
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user