mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 01:17:38 +00:00
correct clear size in peak-v and live-v
This commit is contained in:
@@ -59,7 +59,7 @@ namespace ui
|
|||||||
// only clear screen in peak mode
|
// only clear screen in peak mode
|
||||||
if( live_frequency_view == 2 )
|
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 } );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user