Skip to content

Is the CS pin really needed? #16

@matz-e

Description

@matz-e

First of all, thank you for this crate! I'm using it with the #14 to drive a what, and it works very well.

When I first set up my display, I found out first that I had to use CdevPins to drive the interface (this is on the 64bit beta of Raspian), and that the CS pin should just be set to a random unused pin. Otherwise, the CdevPin creation would fail with a "busy" pin or similar. This took me a while to realize :(

I see that the CS pin usage seems to be actually commented out:

// self.cs.set_low();

and

// self.cs.set_high();

Would it be possible to either remove it from the interface or augment the documentation for the new cdev GPIO?

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