Skip to content

blinkCursor does not turn off #19

Description

@griffj

The blinkCursor function does not seem to work correctly. I can start the cursor blinking with:
lcd.blinkCursor({
blockIndex: 10,
stop: false
});

Which works fine, but if i try to turn the blink off with:
lcd.blinkCursor({
blockIndex: 10,
stop: true
});

it continues to blink

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions