It's Python3 script for grep info from raspberry pi system (raspbian) and send it to ardruino display
- Grep info from system about: CPU temp and load, Ram used memory
- Grep current time for night mode. If night mode is on - disable backlight on Arduino display.
- Send it to Arduino with specific format (See below)
- Arduino send it to display LCD 1604
- Every field must be int.
- Every field required symbol ";" after value (except last value).
0 - CPU TEMP
1 - GPU TEMP
2 - NigtMode (100 - is enabled and off display backlight)
3 - 0 (Reserved)
4 - CPU LOAD
5 - GPU LOAD
6 - RAM USE
7 - GPU USE
8 - "E" - flag for end data