Files
tactility/Devices/waveshare-s3-touch-lcd-128/source/module.cpp
T
2026-07-23 23:28:09 +02:00

10 lines
137 B
C++

#include <tactility/module.h>
extern "C" {
Module waveshare_s3_touch_lcd_128_module = {
.name = "waveshare-s3-touch-lcd-128"
};
}