toz
toz
i read in the readme of the neopix lib: ``` For the exp8266, only the TXD1 pin is supported due to the hardware uart restriction and this argument is ignored....
i checked the pinout here: http://makernews.info/featured/2015/09/esp8266-pinout-the-esp-01-and-esp-12-on-nice-new-pin-out-diagrams.html and give gpio2=TXD1 a try on the esp12... doesent seems to boot with LEDs connected....fiddling...
right pin is TXD1=GPIO2 ok. but when leds are connected, it wont boot. when i connect after boot, esp crashes.. wifi interface was reachable (little slow, but all worked) i...
you stated this in the readme: ``` Currently the WS2812 LEDs must be attached to GPIO2, I've found best results to use this as a level converter - 74HCT245N. ```...
im am _no_ developer, but as far as i can read the readme of the neopixel repository, the function does not take an time-argument?! ``` void UpdateAnimations() this method will...
i dont know if i could delete it, but now the compile-error is gone ... must try to flash the binary....huhhhhh ;-))
maybe try different values fpr ```-DSPI_BUS_CLOCK_DIVISOR=14```? i had only success with trying different values, seems to depent on the rapsi-cpu/model-variant my success story here: https://github.com/juj/fbcp-ili9341/issues/181
differnet raspi available for cross-check? just to see...
the same module (?) is working with the python lib? may you want to check some details from the python lib to transfer into settings here in this lib? pins,...
hard to give detailed step-by-step instructions for the init. you have to change the code in your checkout-files on the rapsi. than compile, test, change, compile, test.... in my case...