mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Powermeter added
This commit is contained in:
parent
1539bdb909
commit
775ac40aaa
13 changed files with 143 additions and 44 deletions
|
@ -1200,11 +1200,18 @@ union ReusableBuffer
|
|||
|
||||
struct
|
||||
{
|
||||
uint8_t bars[128];
|
||||
uint32_t fq;
|
||||
uint8_t bars[LCD_W];
|
||||
uint32_t freq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
} spectrum;
|
||||
} spectrumAnalyser;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32_t freq;
|
||||
uint32_t power;
|
||||
uint32_t peak;
|
||||
} powerMeter;
|
||||
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue