avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] printf on avr butterfly?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] printf on avr butterfly?
Date: Fri, 10 Feb 2006 10:14:43 +0100 (MET)

Dave <address@hidden> wrote:

> How can I print a string or an integer on the butterfly's LCD? Is it
> possible to do it with printf?

Yes, it is.  Please read the stdio documentation.  All you need to do
is supplying a one-char-at-a-time output function.

> sprintf?

That one as well, if you've already got a function that puts an entire
string to the LCD.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]