cleaned
This commit is contained in:
@@ -135,7 +135,6 @@ int Scroller::GetNumberOfLines()
|
||||
int Scroller::AddLine(String line)
|
||||
{
|
||||
_Lines[_nlines] = line;
|
||||
//SetParameters(_nlines);
|
||||
return _nlines++;
|
||||
}
|
||||
|
||||
@@ -143,7 +142,6 @@ int Scroller::AddLines(String* lines,int nlines)
|
||||
{
|
||||
for (int i=0; i < nlines; i++) {
|
||||
_Lines[i] = lines[i];
|
||||
//SetParameters(i);
|
||||
}
|
||||
_nlines = nlines;
|
||||
|
||||
@@ -266,11 +264,6 @@ void Scroller::TurnOff()
|
||||
_off = true;
|
||||
}
|
||||
|
||||
void Scroller::SetColors(uint16_t *colors)
|
||||
{
|
||||
_colors = colors;
|
||||
}
|
||||
|
||||
void Scroller::loop(ulong tick)
|
||||
{
|
||||
if (_off) return;
|
||||
|
||||
Reference in New Issue
Block a user