Thermocouple Max31855 + ELCD = probleme affichage

Ah des String ]:smiley:

essaye sans String :

char temp[5];
sprintf( temp, "%3d", temperature );
ELCD_Cursor_Position(5, 0);
ELCD_put_str(temp);