10 lines
135 B
C++
10 lines
135 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module waveshare_s3_touch_lcd_43_module = {
|
|
.name = "waveshare-s3-touch-lcd-43"
|
|
};
|
|
|
|
}
|