Closed luchino777 closed 6 years ago
is reached when a click is detected on the encoder (a simple push). Check your wires may be?
https://www.hackster.io/johnnyfrx/esp32-with-integrated-oled-wemos-lolin-getting-started-07ac5d no cables.... it's a board with oled, esp32 Thanks
By default the encoder uses // Encoder knob //-------------
Try to wire the PIN 5 to vcc. Check for conflicting GPIO.
this is my actual gpio.h....
Maybe in the GPIO_NUM_5 the problem?
// Encoder knob //-------------
// I2C lcd (and rda5807 if lcd is i2c or LCD_NONE) //------------------------------------------------
Sure. Every SDA state change is an encoder Stop.
Hi, solved like this: put #define PIN_ENCBTN_GPIO_NUM_15 //SW and it's working..... Only I do not know if 15 GPIO_NUM can be correct... I'm Newbie....
// Encoder knob //-------------
// I2C lcd (and rda5807 if lcd is i2c or LCD_NONE) //------------------------------------------------
// I2C rda5807 (if lcd is spi) // (removed) //---------------------------- //#define PIN_SI2C_SCL GPIO_NUM_15 //#define PIN_SI2C_SDA GPIO_NUM_27
Luca
Correct, 15 or 27 or ... are free I close this issue. Enjoy
Hi, compiled with gpio.h changed to get lcd working, on weemos lolin esp32. It works. Now gives me this error: ##CLI.STOPPED# from addon stop everytime it connects, it suddenly stops...
Which addon should I control that's giving this behaviour? Thanks