[solved] Can unused pin on SPI really be used for another purpose? #4855
Replies: 1 comment
-
Posted at 2015-08-07 by @gfwilliams That is strange. It should work - I'll look into it next week. Posted at 2015-08-07 by DrAzzy That should work. I thought I'd done that in the past. Posted at 2015-08-08 by fdufnews Maybe it should but in fact not. This code gives a blank screen
and this one works as expected
I have updated my Pico to 1V80 Posted at 2015-08-08 by @gfwilliams Thanks, I'll see what's up. If you do need to use B14 then for now you can always use software SPI, which will definitely work fine. On something like the Nokia screen there's so little data that you won't notice any real slowdown. Posted at 2015-08-08 by fdufnews Thanks to look at it. Posted at 2015-08-08 by fdufnews I must apologize. Posted at 2015-08-10 by @gfwilliams Ok, great - thanks for letting me know! Actually I just tried before I saw your post and it works fine here too ;) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-08-07 by fdufnews
Based on this, read in the reference:
I thought that I can connect the unused MISO line of an SPI to the CS of an LCD screen but it does not work.
to make my LCD work I had to change B14 to another pin.
Beta Was this translation helpful? Give feedback.
All reactions