Help with wiring/pin names for MF128128F15-BFW

I want to use the MF128128F15-BFW with an arduino or ATMega328PU for a project, and I’m trying to figure out the wiring before I commit to this fully. I’ve got the documentation for the MF128128F15-BFW which has the pinout on page 10, and I’m trying to map this to use with the tft_eSPI library or similar. However, although I’ve figured out what driver to use (ILI9163), I don’t know how to match the 29 pins on the display to the standard 6 used for SPI on most TFTs.

I need to find: VCC, GND, CS, RST, A0, SDA, SCK and LED, but I can’t figure out which one is the A0 or SCK, could someone more experienced than me help me with this mapping?

Hello,
Welcome to the DigiKey TechForum. Looking at the pinout it appears pin 25 is the D0 /SDA and pin 27 is the SCL , SPI Interface:SCL Pin

Amazing! Thank you so much Steve!