feat(rlcd): add Waveshare ST7305 board support

This commit is contained in:
Adolfo Reyna
2026-07-23 23:16:58 -04:00
parent 29e80cfd65
commit a60c9840ca
13 changed files with 768 additions and 0 deletions
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: Apache-2.0
#include <tactility/module.h>
extern "C" {
Module waveshare_esp32_s3_rlcd_module = {
.name = "waveshare-esp32-s3-rlcd"
};
} // extern "C"