diff options
author | horchi <vdr@jwendel.de> | 2019-12-20 13:23:25 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2019-12-20 13:23:25 +0100 |
commit | 6853f2b6327e468efb77fa989dfa6080c257cf6c (patch) | |
tree | 5fbd295b9b165806230e1cc69b2c242f054bbd3f /seduthread.h | |
parent | a5d6d09bfae8ee47d77dc4c0c5ef994b47240f44 (diff) | |
download | vdr-plugin-seduatmo-6853f2b6327e468efb77fa989dfa6080c257cf6c.tar.gz vdr-plugin-seduatmo-6853f2b6327e468efb77fa989dfa6080c257cf6c.tar.bz2 |
2019-12-20: Version 0.0.9\n Added config RGB order for each LED\n\n
Diffstat (limited to 'seduthread.h')
-rw-r--r-- | seduthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/seduthread.h b/seduthread.h index 53261dd..a2bbbfb 100644 --- a/seduthread.h +++ b/seduthread.h @@ -112,8 +112,8 @@ class cSeduLine : public cSeduService int writeStartSeq(); int writeEndSeq(); - int writePix(Pixel* p); - int writeColor(Pixel* p, int index); + int writePix(Pixel* p, char* rgbOrder); + int writeColor(Pixel* p, int index, char* rgbOrder); // set .. |