Just the good idea.
I have a computer printer. And I want to use a MCU in my project: Print a bitmap graphics from ROM as a logo. But I don't know how to do it. Any one can help me? ???Thank a lot.
Dump logo has a C array and store in your program, or modify the download file to contain an extra data block.
Then print this data to the printer in exactly the same way you would do if you had an MS-DOS program, i.e. if the PC sent the data directly to the printer without any OS printer driver.
Thanx#######
I give it a try.