This commit is contained in:
WantClue 2024-10-26 13:10:23 +02:00
parent 2028613c4c
commit 7844102336

View File

@ -88,9 +88,9 @@ void tDisplay_MinerScreen(unsigned long mElapsed)
// Total hashes // Total hashes
render.setFontSize(18); render.setFontSize(18);
render.rdrawString(data.totalMHashes.c_str(), 268, 138, TFT_BLACK); render.rdrawString(data.totalMHashes.c_str(), 268, 138, TFT_BLACK);
// Block templates // ASIC temp
render.setFontSize(18); render.setFontSize(18);
render.drawString(data.templates.c_str(), 186, 20, 0xDEDB); render.drawString(data.currentTemperature.c_str(), 186, 20, 0xDEDB);
// Best diff // Best diff
render.drawString(data.bestDiff.c_str(), 186, 48, 0xDEDB); render.drawString(data.bestDiff.c_str(), 186, 48, 0xDEDB);
// 32Bit shares // 32Bit shares