You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
PR #64587 unintentionally changed the SPI device used for the display on the bl5340_dvk to spi2 from spi4. This breaks the functionality of the display.
To Reproduce
Steps to reproduce the behavior:
west build -p always -b bl5340_dvk//cpuapp samples/drivers/display
west flash
display will not function
Expected behavior
Display should work
Additional Context
Issue reported (and fix suggested) by @dberlinhere
The text was updated successfully, but these errors were encountered:
No worries - i had suggested he do it originally, but discovered a clean zephyr client laying around so just built and tested it myself :)
Hopefully he's enjoying his travel.
Describe the bug
PR #64587 unintentionally changed the SPI device used for the display on the
bl5340_dvk
tospi2
fromspi4
. This breaks the functionality of the display.To Reproduce
Steps to reproduce the behavior:
west build -p always -b bl5340_dvk//cpuapp samples/drivers/display
west flash
Expected behavior
Display should work
Additional Context
Issue reported (and fix suggested) by @dberlin here
The text was updated successfully, but these errors were encountered: