Skip to content
New issue

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

Support OLED screen on ESP32 #2

Open
kushWithoutWax opened this issue Aug 18, 2024 · 2 comments
Open

Support OLED screen on ESP32 #2

kushWithoutWax opened this issue Aug 18, 2024 · 2 comments
Assignees
Labels
CoreDevPlan Part of core dev plan

Comments

@kushWithoutWax
Copy link
Owner

Look at this resource - https://github.com/mkfrey/u8g2-hal-esp-idf

Check if the SCL and SDA pins for I2C work proper.

@kushWithoutWax kushWithoutWax added the CoreDevPlan Part of core dev plan label Aug 18, 2024
@kushWithoutWax kushWithoutWax self-assigned this Aug 18, 2024
@kushWithoutWax
Copy link
Owner Author

Pin num guides on ESP32 cam - https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/

@kushWithoutWax
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CoreDevPlan Part of core dev plan
Development

No branches or pull requests

1 participant