tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 180 forks source link

Update documentation for ssd1351 driver #579

Open AWDDude opened 1 year ago

AWDDude commented 1 year ago

I’m trying to use the example code for the ssd1351. The ‘ssd1351.New()’ function wants the enPin and rwPin. I can’t find what those pins are referring to anywhere in documentation. Can someone help me out?

AWDDude commented 1 year ago

Bump,hoping to get some information on how to use this driver.

graugans commented 8 months ago

I guess @yannishuber can shed some light on this. When your module does not provide those PINs I assume it is save to use the machine.NoPin constant for those PINs

AWDDude commented 7 months ago

I guess @yannishuber can shed some light on this. When your module does not provide those PINs I assume it is save to use the machine.NoPin constant for those PINs

Thanks for the reply. I'll try that out and report back in a few days.