Hi.
I got my Raspberry Pi 2 some weeks ago because I want to have a dedicated game machine connected to my TV :) yey!
Now I am doing all kinds of tests and I would like to know if there is a possibility to overlay information on the screen while playing games.
An example is to have it show the temperature of the cores ALL THE TIME, even while playing.
Currently I SSH into the Pi using my phone and use: watch -n3 vcgencmd measure_temp
This will give me the temperature on my phone and it works well but I would like to be able to have it on screen as it is better and I want to display more info in the future.
Is this possible, and how?