I've been working on this for about an hour and a half, but I have gotten nothing. I am working with an integrated device hooked to an LCD. It has a fuction called Draw_Symbol(int x,int y,char value ,int color); Code: void drawTherm(int x, int y) { char* buf; // REMOVED WORKING CODE TO SAVE SPACE buf = intToChar(thermHigh); screen_puts(buf,x+19,y+4,1,1); // Prints ...