We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at this resource - https://github.com/mkfrey/u8g2-hal-esp-idf
Check if the SCL and SDA pins for I2C work proper.
The text was updated successfully, but these errors were encountered:
Pin num guides on ESP32 cam - https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/
Sorry, something went wrong.
I tried this pin config - const uint8_t clock_pin = 12; const uint8_t data_pin = 13;
and used the same u8g2 driver that I used with Arduio - platformio - u8g2 by Oliver
U8G2_SH1106_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE, clock_pin, data_pin);
This does to work currently . Nothing is getting displayed on the screen
kushWithoutWax
No branches or pull requests
Look at this resource - https://github.com/mkfrey/u8g2-hal-esp-idf
Check if the SCL and SDA pins for I2C work proper.
The text was updated successfully, but these errors were encountered: