Implement CL-32 Support (#610)

This commit is contained in:
NellowTCS
2026-08-07 11:30:22 -06:00
committed by GitHub
parent d2c69ee7e8
commit c6373b79e9
28 changed files with 1172 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.20)
include("${CMAKE_CURRENT_LIST_DIR}/../../Buildscripts/module.cmake")
tactility_add_module(esp-epaper-module
SRCS source/esp_epaper.cpp source/module.cpp
INCLUDE_DIRS include/
REQUIRES TactilityKernel platform-esp32 driver esp_epaper
)