Yes it's possible. The driver is the SPFD54126B. Google will find you the datasheet. You'll need to implement the control signals for the 8080 (lots of pins, fast) or SPI (few pins, slow) interface. When you've done that you'll need to implement the commands that control the display and transfer data.
Alternatively, the interface is likely to be very close to one of the better known drivers, e.g. ILI9320/9325 etc. You could find some code for one of those and use that as your starting point. Either way, you are going to become very familiar with the datasheet if you take this on
