I want to read a bmp file to my program, how can I do that? Can I read it directly?
This has been discussed before - try a search here, and at http://www.8052.com/find8052.phtml Basically, you will need to extract the binary data from the BMP file, possibly convert it to something suitable for your application, and then either make it into a HEX file to combine with your code, or make a 'C' source representation of it.
http://www.keil.com/forum/docs/thread133.asp http://www.keil.com/forum/docs/thread336.asp
http://www.8052.com/forum/read.phtml?id=1577 http://www.8052.com/forum/read.phtml?id=32893 http://www.8052.com/forum/read.phtml?id=38772 http://www.8052.com/forum/read.phtml?id=53641