mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Attempt to improve frequency analyser on small LCD ... definitely not good
This commit is contained in:
parent
9dca2d6b79
commit
380a76eddd
3 changed files with 18 additions and 1 deletions
|
@ -1189,6 +1189,7 @@ union ReusableBuffer
|
|||
struct
|
||||
{
|
||||
uint8_t bars[LCD_W];
|
||||
uint8_t peak[LCD_W];
|
||||
uint32_t freq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue