#include #include extern "C" { Module waveshare_s3_touch_lcd_147_module = { .name = "waveshare-s3-touch-lcd-147", .start = [] -> error_t { return ERROR_NONE; }, .stop = [] -> error_t { return ERROR_NONE; }, .symbols = nullptr, .internal = nullptr }; }