can we store raw image files into internal flash of micro controllers ??
If yes, is it possible to send stored raw images to LCD using UART ??
No.
All you need to do is read in the file and send it byte at a time via the UART. Of course, you might want to include headers, envelopes, checksums etc. to detect error situations.