This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Print a bitmap graphics from ROM

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.

Parents
  • 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.

Reply
  • 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.

Children