mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Spectrum analyser reworked (#6836)
* Spectrum analyser reworked * Fix typo * Cosmetics * Cosmetics * yet another overall look update * T16 compilations fixes * Various Taranis compile fixes * Cosmetics * Cosmetics * Cosmetics * Cosmetics fixes
This commit is contained in:
parent
7094a744d6
commit
891c13e98d
16 changed files with 284 additions and 131 deletions
|
@ -1187,12 +1187,11 @@ union ReusableBuffer
|
|||
|
||||
struct {
|
||||
uint8_t bars[LCD_W];
|
||||
#if defined(COLORLCD)
|
||||
uint8_t max[LCD_W];
|
||||
#endif
|
||||
uint32_t freq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
uint32_t track;
|
||||
uint8_t spanDefault;
|
||||
uint8_t spanMax;
|
||||
uint16_t freqDefault;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue