void lcd_writeProgString(const char *string) { char c; while ((c = (char)pgm_read_byte(string++))) { lcd_writeChar(c); } }