Skip to content
Snippets Groups Projects
README.md 446 B
Newer Older
Griefed's avatar
Griefed committed
# Unicorn HAT HD CPU Temperature
Griefed's avatar
Griefed committed

Griefed's avatar
Griefed committed
Displays the CPU Temperature in fancy rainbow colours
Griefed's avatar
Griefed committed

Should the temperature exceed 55°C, the text will be coloured red to get your attention!
Griefed's avatar
Griefed committed

Griefed's avatar
Griefed committed
If you can't start the script, remember to :
Griefed's avatar
Griefed committed
```bash
Griefed's avatar
Griefed committed
sudo chmod +x cpu.py
Griefed's avatar
Griefed committed
```

If you want to run the script in a screen (in the background):
```bash
screen -d -m -S CPU ./cpu.py
```

If screen isn't installed on your system:
```bash
sudo apt-get install screen
```