Skip to content

createChar does not work after calling setCursor #6

Open
@agdl

Description

@agdl

Moved from arduino/Arduino#4809 by @tablatronix

createChar does not work after calling setCursor

at least for me, was driving me nuts until I made sure to always do it before moving the cursor.

  // would not print my character
  lcd.setCursor(numCols-1, 0);
  lcd.createChar(1,custombyte);
  lcd.write((char)1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions