macro_rules! lcd_gpios { (BoardType::ESP32C3LcdKit, $io:ident) => { ... }; (BoardType::ESP32C6DevKitC1, $io:ident) => { ... }; (BoardType::ESP32S3Box, $io:ident) => { ... }; (BoardType::M5StackCoreS3, $io:ident) => { ... }; (BoardType::M5StackFire, $io:ident) => { ... }; }