Search found 6 matches
- Tue Sep 22, 2020 6:13 pm
- Forum: General Discussion
- Topic: ESP32 - PxMatrix Library - Making A Class
- Replies: 0
- Views: 1745
ESP32 - PxMatrix Library - Making A Class
This is MyMatrix.h //=================================================================================================================== // // INCLUDES //=================================================================================================================== // #ifndef MYMATRIX_H #define ...
- Tue Jun 09, 2020 4:04 pm
- Forum: ESP32 Arduino
- Topic: DO IT ESP32 DEVKIT V1 - FastLED - Problem
- Replies: 3
- Views: 4421
Re: DO IT ESP32 DEVKIT V1 - FastLED - Problem
What does not Work ? Do you get compiler errow, No ligth at all or wrong color ? What type af leds do you use ? Some require 5v signal levels to display all color correct. It Compiles and uploades fine! but there is no light on the LED Strip :S Im using WS2812B Neopixel and as i mentioned i have te...
- Tue Jun 09, 2020 1:01 pm
- Forum: ESP32 Arduino
- Topic: DO IT ESP32 DEVKIT V1 - FastLED - Problem
- Replies: 3
- Views: 4421
DO IT ESP32 DEVKIT V1 - FastLED - Problem
This has been fixed!
- Fri Apr 03, 2020 3:33 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and MAX7219 daisy chain problem
- Replies: 3
- Views: 6068
Re: ESP32 and MAX7219 daisy chain problem
it's just after some time it differs (everything from 1min to 15min) and so does the result, sometime random text/letters disapear, sometimes 80% of the display goes black (as you can see in the picture) i bought these from "banggood.com" :P i know not exactly "BANG GOOD"!! :P all i have is a multim...
- Fri Apr 03, 2020 1:58 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and MAX7219 daisy chain problem
- Replies: 3
- Views: 6068
ESP32 and MAX7219 daisy chain problem
this is driving me NUTS..... having trouble with my MAX7219 dot led matrix daisy chain of 32 (running on my ESP32).... the text appear on the display but then randomly portion / half / 80% of the display goes black and sometimes one of the letters/screen just turns to garbled text :S i JUST tried a ...
- Sun Mar 29, 2020 12:34 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Task
- Replies: 2
- Views: 4564
ESP32 Task
i found this -> https://learn.sparkfun.com/tutorials/live-spotify-album-art-display/all and i uploaded it to my ESP32 and it worked! great... now when i also put in my code for controlling my LED's and put that inside the void loop() the spotify script stops going / working! the sparkfun script uses...