ShowNumInput
This commit is contained in:
+7
-1
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user