-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
Line 118 in 4852726
| // self.cs.set_low(); |
and
Line 131 in 4852726
| // self.cs.set_high(); |
Would it be possible to either remove it from the interface or augment the documentation for the new cdev GPIO?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels