pub const MAX_LOCATION_CHARS: usize = 8;Expand description
Maximum length of a pin’s short “location” designator (its tag, e.g. “A1”).
Tighter than MAX_LABEL_CHARS since it’s a compact label drawn above the stub.
pub const MAX_LOCATION_CHARS: usize = 8;Maximum length of a pin’s short “location” designator (its tag, e.g. “A1”).
Tighter than MAX_LABEL_CHARS since it’s a compact label drawn above the stub.