3,5" IPS ILI9488 on Arduino Due with hardware SPI #573
Replies: 2 comments 1 reply
-
try lowering the speed |
Beta Was this translation helpful? Give feedback.
1 reply
-
then no idea, I don not have Arduino Due in hand so cannot support it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I got an ILI9488 3,5" LCD as IPS version and want to run it on an Arduino Due.
I use this software SPI initialization and it is working fine:
I would like to use hardware SPI but I cannot get it to run. All I see is a blank white screen:
Arduino_DataBus *bus = new Arduino_HWSPI(TFT_DC /* DC */, TFT_CS /* CS */);
Other SPI devices work with the same wiring.
Do you have any idea what is wrong?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions