Waterfall TX width on SX1280

master
Mark Qvist 2 months ago
parent a5a3ca28fa
commit a663707a69
  1. 5
      Display.h

@ -557,8 +557,11 @@ void draw_signal_bars(int px, int py) {
}
}
#if MODEM == SX1280
#define WF_TX_SIZE 3
#else
#define WF_TX_SIZE 5
#define WF_TX_WIDTH 5
#endif
#define WF_RSSI_MAX -60
#define WF_RSSI_MIN -135
#define WF_RSSI_SPAN (WF_RSSI_MAX-WF_RSSI_MIN)

Loading…
Cancel
Save