This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dump .dat file into code memory

I am interfacing with a Graphic LCD (resolution 64*128) and i have to display all the ASCII characters till 7F (hex), for this i am having a 1K .dat file containing the information regarding the 7X5 format of all ASCII characters. Now i need to use this .dat file in my C code, to get the equivalent 7X5 format of the ascii input. How can i do this , Any suggestions ?