I’ve been putting together a project using a Nano and an Ili9341 LCD (tried a couple). All pins correctly defined, triple checked, every pin except miso connected. I’ve done a fair amount of searching.
Using the Adafruit_ili9341 library right from github, and trying to run a graphictest I get nothing back.
I checked the constructor is complete, all pins passed Inc reset.
Using 3v3 logic.
I checked voltage to the LCD, found the unit I was using was passing 2.95v, not 3.3, and the on board ldo reg was passing it through, but I bypassed it anyway with a wire mod to be sure.
Still a white screen. Zero visible interaction.
I scoped clock and data, attached.
Really starting to run low on ways of debugging.
I don’t have the code with me just now, but I will upload it later, however the default graphictest ino doesn’t function.