//! Brightness level for the `TM1637` device.
/// The brightness level.
///
/// Represents a byte that can be sent directly (as a cmd) to the `TM1637` to set the brightness level.
///
/// # Bits
///
/// - 1-3: Brightness level (0-7)
/// - 4: Display state (0 - off, 1 - on)
/// - 5-7: Base address