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

Back to Subject List

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


 
#29645 - RE: Calling a image file from my c code
Donald Catto wrote:
-------------------------------
unsigned char code bmp[64][128]

this would be a waste of code for 64x128 pixel display.

unsigned char code bmp[8][128] or
unsigned char code bmp[64][16] should be sufficient unless this is a colour display

cheers Thomas





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