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:
and
Would it be possible to either remove it from the interface or augment the documentation for the new cdev GPIO?
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, theCdevPincreation 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:
ssd1675/src/interface.rs
Line 118 in 4852726
and
ssd1675/src/interface.rs
Line 131 in 4852726
Would it be possible to either remove it from the interface or augment the documentation for the new cdev GPIO?