1
0
Fork 0
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:
Bertrand Songis 2019-05-07 12:24:39 +02:00
parent 9dca2d6b79
commit 380a76eddd
3 changed files with 18 additions and 1 deletions

View file

@ -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;