pub const MAX_LEDS: usize = 256;Expand description
Maximum supported number of LEDs in a ring.
This limit ensures correct hue distribution across LEDs using simple integer math. LED rings larger than this are rare in practice. See ADR-002 for the rationale.