ShowNumInput

This commit is contained in:
Leon
2024-05-06 11:35:23 +08:00
parent 4bbf28f17c
commit 466a089f00
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -1116,7 +1116,9 @@ void loop() {
#ifdef DEEPELEC_DP_666
if (digitalRead(RTP_IRQ) == LOW) {
// 读出 PORT0 PORT1
if (!screenmute && !menu && !advancedRDS && !afscreen)
ShowNumInput();
}
#endif
@@ -4410,3 +4412,7 @@ void setAutoSpeedSPI() {
default: tft.setSPISpeed(30); break;
}
}
void ShowNumInput() {
}