Skip to main content

probe

Function probe 

Source
pub fn probe(
    ctx: &Ctx,
    rows: u16,
    row_gap_us: u64,
    sync_after: bool,
    repeat: u32,
    rgb: [u8; 3],
) -> Result<()>
Expand description

Send chosen pieces of a refresh with explicit pacing, so a current meter can attribute a change to one component instead of to a whole burst. The pixel content is a solid colour. Diagnosis only.