correct clear size in peak-v and live-v

This commit is contained in:
GullCode 2023-04-10 21:39:50 +02:00
parent afb75af5b1
commit f5e949047d

View File

@ -59,7 +59,7 @@ namespace ui
// only clear screen in peak mode
if( live_frequency_view == 2 )
{
display.fill_rectangle( { { 0 , 108 + 32 } , { 240 , 320 - (108 + 32) } } , { 0 , 0 , 0 } );
display.fill_rectangle( { { 0 , 108 + 16 } , { 240 , 320 - (108 + 16) } } , { 0 , 0 , 0 } );
}
}
}