-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method to specify specific hardware SPI interface #244
Comments
Yes, will be done. I had a similar request recently. |
Note for myself: Is this implemented already? Analyse Arduino naming convention for other ports. |
Wire.h looks like this for SAM
SPI.h looks like this:
Implementation for Wire1 looks like this
|
Loic, do you follow the Arduino spec? I mean, in your case, SPI_INTERFACES_COUNT would be true, and the secondary interface is SPI1, right? The approach should be similar to what has been suggested here: |
implemented...
|
Dear Olikraus, is it possible to use the second SPI interface for the ST7920? Combined with the mySensors library I can't use the first SPI. The u8g2lib with the STM32F103C8T6 and first hardware SPI without mySensor library works very good, the software spi doesn't work for me I don't know why. Best regards Elmar Faber |
created a new issue #767 instead... |
Dear Olikraus,
Thank you for creating this wonderful library! I would like to request support for a method to define which hardware SPI interface is used to drive the LCD. We created a board where the LCD is connected to a secondary hardware SPI interface, keeping the primary SPI interface clear for other user applications. A convenient way to specify which SPI interface is used for the LCD would be very useful.
Thank you.
Loic
The text was updated successfully, but these errors were encountered: