Adafruit LCD display not displaying anything

I just got my arduino nano and my LCD adafruit display. (link - https://www.amazon.ca/gp/product/B082GFTZQD/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1).

I got my display setup and working (the light around it is on and it is connected to the arduino nano). But I can't find any libraries or tutorials that support this display. All of the videos I've seen have different pins.

My display has the pins connected to the nano in order as follows: VCC-5V, GND-GND, DIN-D10, CLK-D12, CS-D9, DC-D6, RST-D7, BL-D8.

I just want to find a library or code that can display ANYTHING on this display. If you need any more info let me know. Any help would be greatly appreciated.

Hi @saatvikgupta

Here is the library for that display:

https://github.com/ananevilia/Arduino-ST7789-Library

Thank you so much. I really appreciate it.