Read display identification information (04h)

Hi David,

Sorry, I am using a Nano V2 clone with the adafruit library:

#include "SPI.h"
#include "Adafruit_GFX.h"
#include "Adafruit_ILI9341.h"

Any other library I should use? My display needs MISO and MOSI. I read that some libraries use only one of the data pins. My Display wants both.

The ILI9488_RDID1-3 values are all 00h. Is that OK? And is it OK that the ILI9488_RDSELFDIAG (0x0F) is 00?

Any hints?

Regards
Sven