From: Ramakrishnan Muthukrishnan Date: Sat, 19 Nov 2022 10:44:22 +0000 (+0530) Subject: display: change automatic waterfall (low signal) display to be blue X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/$top_link?a=commitdiff_plain;h=f8200720e516a4f6bb8b459ac3cb41fa01d36cae;p=pihpsdr.git display: change automatic waterfall (low signal) display to be blue --- diff --git a/waterfall.c b/waterfall.c index 01bb5b7..198ff7e 100644 --- a/waterfall.c +++ b/waterfall.c @@ -34,7 +34,7 @@ static int colorLowR=0; // black static int colorLowG=0; -static int colorLowB=0; +static int colorLowB=255; static int colorMidR=255; // red static int colorMidG=0;