gavinlyonsrepo / TM1638plus

An Arduino library to drive TM1638 seven segment modules.
https://gavinlyonsrepo.github.io/
GNU General Public License v3.0
80 stars 25 forks source link

buttons not working on ESP32 #1

Closed Stef-aap closed 5 years ago

Stef-aap commented 5 years ago

when I compile standard for the ESP32, display seems to work well, but only button 1 is detected. For this test I use the example TM1638plus_Test. It seems to be some problem with the CPU frequency, because standard cpu = 240 MHz, only button 1 compile for cpu = 80 MHz, button 1,2,3,4 are detected, button 6 sometimes

gavinlyonsrepo commented 5 years ago

See issue 2