MAIDR JavaScript API
    Preparing search index...

    Interface TactileDisplayPreset

    A tactile graphics display MAIDR can drive.

    Distinct from the braille-display presets in ./braillePreset, which describe a refreshable text display — how many cells of braille MAIDR should encode a series into. A tactile graphics display has a pin area that a chart is drawn onto, and MAIDR talks to it over Bluetooth rather than leaving it to the screen reader.

    The same physical device can be both. The Dot Pad appears in each catalog for that reason, describing a different half of itself each time.

    interface TactileDisplayPreset {
        id: string;
        label: string;
        manufacturer: string;
    }
    Index

    Properties

    Properties

    id: string
    label: string
    manufacturer: string