Sorry if this is not in the correct area. I would like to adjust the color of a temp display so that the number is colored red if the temp is over 40C. I have the code reading the serial port of the arduino fine, however I'm not sure how to set up a condition in processing that would print a red color if the value is over 40C and print blue if it is under. Any advice on setting up conditions in processing would be helpful.
1