macro_rules! lcd_write { ($lcd:expr, $($arg:tt)*) => { ... }; ($lcd:expr, charset = $charset:expr, $($arg:tt)*) => { ... }; }
fmt