10 lines
123 B
C++
10 lines
123 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module waveshare_s3_lcd_13_module = {
|
|
.name = "waveshare-s3-lcd-13"
|
|
};
|
|
|
|
}
|