Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/02 11:27
Read: times


 
#29765 - RE: Calling a image file from my c code
Hi Spencer,

on Keil C51 you can write:

char code bmp[64][128] _at_ 0x1000;


Then you place the image on the address 0x1000.
Then you can combine the hex-file of the code with the image. Only remove the end record (last line) of the first hex-file.


Peter


List of 10 messages in thread
TopicAuthorDate
Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      
RE: Calling a image file from my c code            01/01/70 00:00      

Back to Subject List