summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/tui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/draw/tui.c b/draw/tui.c
index ba6ed1e..c431a61 100644
--- a/draw/tui.c
+++ b/draw/tui.c
@@ -190,6 +190,7 @@ uint8_t tui_waterfall_color( uint8_t d )
uint8_t color=15;
+
/*
if ( d < 50 )
{
@@ -210,6 +211,7 @@ uint8_t tui_waterfall_color( uint8_t d )
*/
+
if ( d == 0 )
{
color = 17;
@@ -236,7 +238,7 @@ uint8_t tui_waterfall_color( uint8_t d )
color = 44;
} else
{
- color = 230;
+ color = 45;
}
/*