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

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() {
}

View File

@@ -4,7 +4,7 @@
#include <Arduino.h>
// #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
#define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese)
// #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese)
#define DEEPELEC_DP_666 // uncomment for DEEPELEC Portable DP-666 build (Simplified Chinese)
#endif