[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] LCD print problem
From: |
Gavin Jackson |
Subject: |
RE: [avr-gcc-list] LCD print problem |
Date: |
Wed, 22 Oct 2003 11:38:47 +1300 |
Thanks Ted
I've found the problem, there was a define for the function which
was commented out that look like this:
#define LCD_print(format) _lcd_printf( PSTR(format))
and this includes the PSTR define which solves all my problems.
Thank you for contributing to such a wonderful tool that some many
people enjoy!
Gavin