mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-06-29 22:41:55 +02:00
add more
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef _OSD_H_
|
||||
#define _OSD_H_
|
||||
extern void osd_spectrum();
|
||||
extern void osdPrintSignalLevelChart(int col, int signal_value);
|
||||
extern unsigned short selectFreqChar(int bin, int start_level = 0);
|
||||
#endif
|
||||
+2
-2
@@ -13,8 +13,8 @@
|
||||
#define MINOR_TICKS 5
|
||||
|
||||
#define ONE_MILLISEC 1
|
||||
#define ONE_SEC 1000
|
||||
#define ONE_MINUTE 60 * 1000
|
||||
#define ONE_SEC_MIL 1000
|
||||
#define ONE_MINUTE_MIL 60 * 1000
|
||||
|
||||
#define MAJOR_TICK_LENGTH 2
|
||||
#define MINOR_TICK_LENGTH 1
|
||||
|
||||
+1
-1
@@ -395,7 +395,7 @@ void osdPrintSignalLevelChart(int col, int signal_value)
|
||||
}
|
||||
}
|
||||
|
||||
void osd_spectrum()
|
||||
void osdProcess()
|
||||
{ // OSD enabled
|
||||
|
||||
// memset(max_bins_array, 33, 30);
|
||||
|
||||
Reference in New Issue
Block a user