We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.