Hi,
Thanks for the code. I set your code, push the button many time and I get this
Power ON
Test program compiled on Nov 4 2023 at 13:15:03
Processor came out of reset.
On the screen, I read POWER ON then Loop and HIGH. It never change.
I must make one change , I replace
U8X8_SSD1306_128X64_NONAME_HW_I2C u8x8(/* clock=*/PIN_WIRE_SCL, /* data=*/PIN_WIRE_SDA, /* reset=*/U8X8_PIN_NONE); // OLEDs without Reset of the Display
by
U8X8_SSD1306_128X64_NONAME_HW_I2C u8x8(U8X8_PIN_NONE);
Because first line don’t compile (PIN_WIRE_SCL is not recognize) , and I see this solution on a forum.
Do you think the issue can come from a library ?
I use seeduino and arduino from years but it is my first time with an esp32. There is somthing special to do to have the entry ?
Thanks for your help !