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

Back to Subject List

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


 
#29731 - Binary to intel hex format
Below sounds interesting! What data is contained in a binary file? Can I convert Ascii to bin?

Thanks Spencer

I would guess it's 1 bit per pixel (LCD display probably) so you only need 16 bytes per row, 16 x 64 = 1024 bytes total. Having one byte per pixel would actually complicate sending the data to the display in this case.

I've used Donald's method for inputing BMPs into code, it works. Some image handling programs will let you save an image as a true bit map, with none of the typical image file headers etc. This format is pretty easy to convert. You could almost load it into a programmer as binary and save it as a Intel hex file...

Dennis




Reply | Back To Subject List


List of 6 messages in thread
TopicAuthorDate
Binary to intel hex format            01/01/70 00:00      
RE: Binary to intel hex format            01/01/70 00:00      
RE: Binary to intel hex format            01/01/70 00:00      
Converter programs:            01/01/70 00:00      
RE: Binary to intel hex format            01/01/70 00:00      
RE: Binary to intel hex format            01/01/70 00:00      

Back to Subject List