You've already forked TEF6686_ESP32
ShowNumInput
This commit is contained in:
@@ -1116,7 +1116,9 @@ void loop() {
|
|||||||
|
|
||||||
#ifdef DEEPELEC_DP_666
|
#ifdef DEEPELEC_DP_666
|
||||||
if (digitalRead(RTP_IRQ) == LOW) {
|
if (digitalRead(RTP_IRQ) == LOW) {
|
||||||
|
// 读出 PORT0 PORT1
|
||||||
|
if (!screenmute && !menu && !advancedRDS && !afscreen)
|
||||||
|
ShowNumInput();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -4410,3 +4412,7 @@ void setAutoSpeedSPI() {
|
|||||||
default: tft.setSPISpeed(30); break;
|
default: tft.setSPISpeed(30); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ShowNumInput() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
// #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
|
// #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)
|
#define DEEPELEC_DP_666 // uncomment for DEEPELEC Portable DP-666 build (Simplified Chinese)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user