wire a TFT shield to an Adalogger M0

Hi all, i got this display to work with an arduino UNO.
Do you think is possible to wire it to an Adafruit Adalogger M0?

Bests

You have a Shield that plugs into a Uno. It contains a microSD socket. It has a Touch Panel.

You could plug it into a M0 board or any other Arduino with Shield headers.

Think about it. Whatever MCU board you use, you have a fixed size i.e. the TFT panel.
Plugging a shield into a board gives you a neat unit that is about 20mm deep.

You can mount your Adalogger on some Protoboard or ProtoShield. The result will be a bit deeper.

If you are using MCUFRIEND_kbv, it runs on most boards that have Shield header sockets. e.g. Uno, Zero, Mo, ..., Nucleo, ...

David.

Yes i know about breadbord, and MCUFRIEND_kbv at least compile on M0.
But i don't know what are the relevant pin, just for the screen, i don't care so much about sd card and touch now.
Is just the LCD_RD WR RS CS RST or also the D0 D1 ... D7?
And how to assign them?

In the graphictest_kbv sketch from MCUFRIEND library those are not mentioned.

Here the back of my monitor:

Thanks