Is there any graphic library for MCF51? I want to use a MCF51AC256 with a 3.5'' 320x240 pixel TFT display.
I don't think there is a graphics library targeting Coldfire V1 specifically. You'd look for a more general-purpose library, like uC/GUI.
I have experience implementing GUI with TFT LCD. It turned out that I didn't need any third-party code. The graphics primitives I needed were solid filled rectangles, text and bitmaps. Those were easy enough to implement...