We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems multiple SPI devices on the same bus aren't supported, as the bus is acquired without a way of releasing it.
hagl_esp_mipi/src/mipi_display.c
Line 283 in 4630e89
mipi_display_close() has the corresponding release function, but isn't usable since the spi_device_handle is static.
Is this something that is planned, or is it already supported, and I'm missing something?
The text was updated successfully, but these errors were encountered:
@saawsm I see you've been trying to work around the multiple SPI bus issue in your fork. Have you solved it?
Sorry, something went wrong.
@dizcza Yeah, I ended up adding a MIPI_DISPLAY_EXCLUSIVE_BUS option that, if false, will release the bus after each display flush.
MIPI_DISPLAY_EXCLUSIVE_BUS
saawsm@cdc5bd4 saawsm/hagl@eb5b48e
No branches or pull requests
It seems multiple SPI devices on the same bus aren't supported, as the bus is acquired without a way of releasing it.
hagl_esp_mipi/src/mipi_display.c
Line 283 in 4630e89
mipi_display_close() has the corresponding release function, but isn't usable since the spi_device_handle is static.
Is this something that is planned, or is it already supported, and I'm missing something?
The text was updated successfully, but these errors were encountered: