Improved packetMonitor draw function

This commit is contained in:
Stefan Kremser
2018-10-14 17:32:16 +02:00
parent 30658583f1
commit ffeae7ca1a
2 changed files with 19 additions and 5 deletions

View File

@@ -85,6 +85,8 @@ class DisplayUI {
const uint8_t buttonDelay = 250;
const uint8_t drawInterval = 100; // 100ms = 10 FPS
const uint16_t screenIntroTime = 2500;
const uint16_t screenWidth = 128;
const uint16_t sreenHeight = 64;
void configInit();
void configOn();