Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

writing a message for a multi character LCD

2005-02-15 by Eric

Hi group

How can you write a assembly function to put messages on a LCD without doing multiple


   ldi    r16,0x61           ; 'a' to lcd
   call   putc                 ; send character to LCD
   ldi    r16,0x62           ; 'b' to lcd
   call   putc                 ; send character to LCD
   ldi    r16,0x63           ; 'c' to LCD
   call   putc                 ; send character to LCD


From Eric

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.