Okay. Typische Anwendung:
Code:
char str[6]; 
float f=1.341;
dtostrf(f,6,3,str);
lcd_puts((char*)str);
Grüße,
Simon