I’m working with a TFT display that came with a board labeled Anycubic TFT V0.0.2, which includes an STM32F103 microcontroller and a TC58BVG1S3HTA00 flash memory chip. The display has 45 pins in total and does not seem to have a controller chip (there's no visible IC for controlling the display), which leads me to believe it may be a simple raw panel that I need to drive directly.
Here’s a breakdown of the pinout I’ve observed:
6 backlight LED pins (5 GND, 1 VCC for backlight). 4 touch interface pins (SCL, SDA, INT, RST or X+/X-/Y+/Y-). 16 data pins, with 8 of them routed through the flash chip. 3 GND pins. 7 unconnected pins. I’m struggling to identify what kind of display this is and how to initialize it properly.
Has anyone encountered a similar display, or can anyone help identify what kind of display this might be based on these details? Also, any guidance on initialization or interfacing with a display of this type would be greatly appreciated!
Thanks for any help or insights!

