Added CPU Temp readout to OLED display type

This commit is contained in:
Chipster
2023-10-02 06:57:11 -05:00
parent 05db572738
commit 4270dea46f
2 changed files with 49 additions and 11 deletions

2
OLED.h
View File

@@ -34,6 +34,8 @@
#include <string>
#include <fstream>
#include <sstream>
#include <iostream> // for cpu temp value extraction
#include <cmath> // for cpu temp value rounding
#include "ArduiPi_OLED_lib.h"
#include "Adafruit_GFX.h"