-
Notifications
You must be signed in to change notification settings - Fork 143
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
Ili9341 SPI not compiling #483
Labels
Comments
cc @asmfreak |
I'll look into it today. |
It seems, that I've made a mistake in |
It would be nice to have examples for Ili9341 both with SPI and parallel mode. Thus the error would be noticeable in the CI in the future. |
Yeah. That were my thought exactly yesterday. I've created an example to. Will try to fix and add a new example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Ili9341 doesn't compile for me anymore when using with SPI interface. In extension to my implementation #464 the code in the #437 adds a parallel interface. But the templated constructor prevents from compiling. Also for SPI it expects an argument to the constructor.
Maybe you could have a look into it?
The text was updated successfully, but these errors were encountered: