summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-10-06 20:53:28 +0100
committerFreeArtMan <dos21h@gmail.com>2015-10-06 20:53:28 +0100
commit21c34937937f27a89290f4377b4ff1801079e6ec (patch)
tree61194300a31b5d2ced985f39c033cc68734374e7 /draw
parent4391e4e70162cc0ad61fc90ff341c3686998ef4b (diff)
downloadradiola-21c34937937f27a89290f4377b4ff1801079e6ec.tar.gz
radiola-21c34937937f27a89290f4377b4ff1801079e6ec.zip
Added new interface files
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;
}
/*