Sonsivri

Electronics => AVR, 8051 Family and ARM Area => Topic started by: tienngoc on May 05, 2008, 04:17:21 16:17



Title: Print a bitmap graphics from ROM
Post by: tienngoc on May 05, 2008, 04:17:21 16:17
I have a computer printer. And I want to use a Atmel 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.


Title: Re: Print a bitmap graphics from ROM
Post by: picavr on May 07, 2008, 12:32:57 12:32
just idea ,you can use a graphic converter (bascom avr) and you transform a bmp to bgf file and you can include it in the program,
with the parallel printer is easy but with the usb printer is more hard
good luck


Title: Re: Print a bitmap graphics from ROM
Post by: khan_yousaf on May 14, 2008, 07:33:52 19:33
First interface the printer to the avr and then try to use any graphics library to do the same..