Louis
January 2, 2021, 11:28pm
23
@BodoMinea you might want to lower the clock speed to see if that helps:
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// Note: only one MatrixHardware_*.h file should be included per project
#ifndef MATRIX_HARDWARE_H
#define MATRIX_HARDWARE_H
// formula used is 80000000L/(cfg->clkspeed_hz + 1), must result in >=2. Acceptable values 26.67MHz, 20MHz, 16MHz, 13.34MHz...
#define ESP32_I2S_CLOCK_SPEED (20000000UL)
#define ESP32_FORUM_PINOUT 0
#define ESP32_FORUM_PINOUT_WITH_LATCH 1
#define SMARTLED_SHIELD_V0_PINOUT 2
#define ESP32_JC_RIBBON_PINOUT 3
#define HUB75_ADAPTER_PINOUT 4
#define HUB75_ADAPTER_LATCH_BREADBOARD_PINOUT 5
#define HUB75_ADAPTER_V0_THT_PINOUT 6
#define HUB75_ADAPTER_V0_SMT_PINOUT 7
#define ESP32_JC_RIBBON_PINOUT_WEMOS 8
Apologies if I already suggested this or you already tried this, I have limited time to help out with these things and can’t keep all the details in my head.