macro_rules! define_display_type {
    (BoardType::ESP32C6DevKitC1) => { ... };
    (BoardType::ESP32S3Box) => { ... };
    (BoardType::M5StackCoreS3) => { ... };
}