setEyelightLook(id,face,times,red,green,blue)
Set the emoticons to light up different color of expressions (non-blocking)
Parameter
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
setEyelightLook(1,0,5,254,0,0);
}
void loop() {
}PrevioussetEyelightPetals(id,petalsnum,petals)NextsetEyelightLookUntil(id,face,times,red,green,blue)
Last updated