Added the Matrix handling and clock/day wordmaps
Time and day display is functional again
This commit is contained in:
@@ -76,7 +76,15 @@ class prgm_ledstrip
|
||||
// Class Constructor
|
||||
prgm_ledstrip(uint32_t numberOfLEDs, uint32_t gpio);
|
||||
|
||||
// Set and clear functions only update the pixel value(s) locally but do not push the values to the strip
|
||||
FunctionStatus setPixel(struct pixel& pixel);
|
||||
FunctionStatus clearAll(void);
|
||||
|
||||
// Clears all pixels locally and automatically pushes the values to the strip
|
||||
FunctionStatus clearAndUpdate(void);
|
||||
|
||||
// Push the latest pixel values to the strip
|
||||
FunctionStatus update(void);
|
||||
|
||||
// -----------------------------------------------------------------------------------------------------------------
|
||||
// Protected Section
|
||||
|
||||
Reference in New Issue
Block a user