From dbdb59f0d069049a95efeb01e287dd51aca4f123 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 1 Apr 2022 10:59:46 +0100 Subject: start of data logging to sd card --- display.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'display.h') diff --git a/display.h b/display.h index 8e9616f..b6dd433 100644 --- a/display.h +++ b/display.h @@ -42,6 +42,10 @@ public: } }; +/* + most of this comes from + https://github.com/Xinyuan-LilyGO/LilyGo-T5-Epaper-Series/blob/master/examples/GxEPD_Partial_Update_Example/GxEPD_Partial_Update_Example.ino + */ class Display { private: GxIO_Class io; -- cgit v1.2.3