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"