//! Panel specification for GDEM0213B74 (2.13" 122x250 Monochrome e-Paper display).
//!
//! ### Hardware Notes:
//! - **Adafruit Hardware**: Adafruit Product ID 6383 (Adafruit ThinkInk 2.13" Monochrome display breakout)
//! - **Controller IC**: SSD1680Z
//! - **Native Resolution**: 122 x 250 pixels (visible)
//! - **RAM Alignment**: 128 pixels (16 bytes per row) in SSD1680 RAM layout — handled automatically by
//! the controller's byte-boundary window/cursor addressing, no special panel-side padding needed.
//! - **Busy Polarity**: Active-HIGH (busy while HIGH).
use crate;
/// Physical panel driver specification for Adafruit 6383 2.13" Monochrome ePaper (SSD1680Z, GDEM0213B74).
;
/// GxEPD2 reference alias for this panel (`GxEPD2_213_B74`).
pub type GxEPD2_213_B74 = GDEM0213B74;