stevstrong

Results 123 comments of stevstrong

OK, so there are 2 issues here. This PR is partially needed because the ILI9341 driver uses the SPI in 16 bit mode. One solution would be to set the...

It also may happen that the other device uses different speed, so that this PR makes anyway sense.

Even if the default setting would be 8 bit, the sharing device on the same bus could have different mode or speed settings, as Thomas said, so that the setting...

I vote for this PR to save the SPI settings at beginTransaction() and restore it with endTransaction() on ILI9341 level, not on SPI driver level. Then I think this would...

If I understand it correctly, these are functions which you can use on low level to do mixed SPI accesses on the same shared bus. But here we are facing...

After a long inactivity time I wonder whether this PR is really needed. I don't think the current version would solve the original issue because the SPI driver does not...

I see the things a bit differently. The ILI9341 driver does not call `SPI.beginTransaction()` for each SPI access. I know, some official Arduino libraries does that, but this is sub-optimal,...

I must agree with you on this, but if the user does not know about the right settings for each lib in part, then this applies to the rest of...

Do you have a simple test sketch to demonstrate the functionality and the advantages it brings?

How far is this compatible with the previous version and what problem is solved with this?