From 21c34937937f27a89290f4377b4ff1801079e6ec Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 6 Oct 2015 20:53:28 +0100 Subject: Added new interface files --- draw/tui.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'draw/tui.c') 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; } /* -- cgit v1.2.3