From bebd5dc43b2d7697b20a5cef6e5aa4fdc9df447f Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sun, 20 Apr 2025 23:00:02 -0400 Subject: [PATCH] esp32c3-epd --- ESP32-C3_ePaper/src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 769d3e031..c71fbdfbe 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -1,3 +1,9 @@ +/* + + By: Alexander Bobkov + Date: April 20, 2025 + Description: This is a simple example of how to use the GxEPD library to display text and graphics on an ePaper display. +*/ #include #include "ePaper.h"