Here's what I did:
1. Replace all software SPI bit bang arduino code in the Adafruit_SHARP_Memory_Display project with the equivalents in the HSPI driver in ESP8266_Adafruit_ILI9341.
2. Change the prescaler to 40 so that the SPI clock runs at 1 MHz
3. Control CS pin manually by setting GPIO15 as a GPIO pin
Unfortunately, the screen shows nothing. So, I have the following questions:
1. Any idea if ESP8266_Adafruit_ILI9341 works with the latest 1.2.0 SDK?
2. Any good strategies for writing and testing code for displays? Is there any way to get feedback from the displays? Or is the only strategy to whip out the scope?
3. Anyone has any ESP8266/Sharp memory LCD code stashed away somewhere?