infoviewer: add color-to-color gradient feature; THX to TangoCash ...

... for basic inspiration and dbt for some optimizations


Origin commit data
------------------
Branch: ni/coolstream
Commit: 62daf1dc4c
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-04 (Mon, 04 May 2015)

Origin message was:
------------------
- infoviewer: add color-to-color gradient feature; THX to TangoCash ...

... for basic inspiration and dbt for some optimizations


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-05-04 08:56:01 +02:00
parent b6d39db6cf
commit c1c0c51126
11 changed files with 86 additions and 13 deletions

View File

@@ -62,8 +62,6 @@ class CInfoViewer
int InfoHeightY;
bool fileplay;
int BoxStartX;
int BoxStartY;
int ButtonWidth;
// dimensions of radiotext window
@@ -108,6 +106,7 @@ class CInfoViewer
uint32_t lcdUpdateTimer;
void paintBackground(int col_Numbox);
void paintHead();
void show_Data( bool calledFromEvent = false );
void display_Info(const char *current, const char *next, bool UTF8 = true,
bool starttimes = true, const int pb_pos = -1,
@@ -145,6 +144,8 @@ class CInfoViewer
char aspectRatio;
uint32_t sec_timer_id;
int BoxStartX;
int BoxStartY;
int BoxEndX;
int BoxEndY;
int ChanInfoX;