How can I use the LTDC on a Nucleo and wire it to my Elegoo TFT display shield (which is ILI9341, but only has 8 data pins)?
Sorry if this is a dumb question. I have a Nucleo F767ZI, and I want to wire it to this: http://www.lcdwiki.com/2.8inch_Arduino_Display.
There's a tutorial here on how to set up LTDC with an ILI9341 here: http://www.lucadavidian.com/2017/10/02/stm32-using-the-ltdc-display-controller/. But it kind of glosses over the wiring of the board pins to the display. It looks like the blogger used a Discovery board.
Am I just out of luck with my particular shield that (for some reason) there's only 8 total LCD data pins, rather than 8 for each color? Would I need to send R, G and B data along the same buffer with this shield?
