added clock wordmap and made wordmap a baseclass
This commit is contained in:
@@ -75,14 +75,14 @@ class Wordmap
|
||||
|
||||
bool setWord(Language_t lang, string identifier, bool value);
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
struct word
|
||||
{
|
||||
string identifier;
|
||||
// list<LEDMatrix::coordinate> pixels;
|
||||
LEDMatrix::coordinate position;
|
||||
int length;
|
||||
list<LEDMatrix::coordinate> pixels;
|
||||
// LEDMatrix::coordinate position;
|
||||
// int length;
|
||||
};
|
||||
|
||||
LEDMatrix* matrix;
|
||||
|
||||
Reference in New Issue
Block a user