feat(rlcd): add Waveshare ST7305 board support
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user