Skip to content

fill() incorrectly used instead of stroke() on point() reference page example #10

@per1234

Description

@per1234

https://www.arduino.cc/en/Reference/TFTPoint

Change:

  // set the stroke color to white
  screen.fill(255,255,255);

to:

  // set the stroke color to white
  screen.stroke(255,255,255);

Originally reported at http://forum.arduino.cc/index.php?topic=494624

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: 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