New board: Waveshare ESP32 S3 Touch LCD 4.3" (#248)

This commit is contained in:
Ken Van Hoeylandt
2025-03-14 23:55:48 +01:00
committed by GitHub
parent f85d0239ff
commit 0ebc022946
14 changed files with 305 additions and 0 deletions
@@ -0,0 +1,5 @@
#pragma once
#include "Tactility/hal/display/DisplayDevice.h"
std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay();