pub fn send_msg(
    badge: HidDevice,
    msg: &str,
    blink: bool,
    brightness: u8
) -> Result<usize, String>