ESP32-Digital-RGB-LED-Drivers icon indicating copy to clipboard operation
ESP32-Digital-RGB-LED-Drivers copied to clipboard

Example will not run - Demo 2 - esp-idf

Open HudsonProdigy opened this issue 5 years ago • 3 comments

Hello, I can not get examples to run. It seems like part of the library is missing? where is function where is function digitalLeds_updatePixels(pStrand)? must we implement this on our own?

when attempting to comile example as given i get the following errors:

error: too few arguments to function 'digitalLeds_resetPixels' error: implicit declaration of function 'digitalLeds_updatePixels' error: implicit declaration of function 'digitalLeds_initStrands'

i can fix the reset pixels issue by passing in an argument for num_strands, but i am unsure what is going on with update pixels?

any help would be appreciated thanks.

HudsonProdigy avatar Aug 01 '19 00:08 HudsonProdigy