im Nextion Display Textfeld Fließkommazahlen anzeige (wie geht das )

Wozu schleppt ihr diese obscure, fehlerhafte und unbenutzte Zeile mit rum?
Die bei mir nicht einmal (zum Glück) übersetzbar ist.

dtostrf(analogValue, 0, 3, analogValue);

char * dtostrf(
double __val,
signed char __width,
unsigned char __prec,
char * __s)

dtostrfX:5: error: cannot convert 'float' to 'char*' for argument '4' to 'char* dtostrf(double, signed char, unsigned char, char*)'

   dtostrf(analogValue, 0, 3, analogValue);