ESP32 C6 - Connecting Oled Display using u8glib

I'm in the process of an attempt to port a deej volume mixer project from Arduino nano ATMEGA328P to an ESP32 C6 as I would like to integrate hotkeys to create an audio source selection (can be partially seen in the nano demo).

However, I'm having some trouble attempting to connect the actual display itself and get no crashes or errors with the code as is. Is there some sort of incorrect connection, or do I need to swap off of u8glib? I'm incredibly inexperienced with Arduino / c++ and any help is very much appreciated.

I moved your topic to a more appropriate forum category @oyavo.

The Nano ESP32 category you chose is only used for discussions directly related to the Arduino Nano ESP32 board.

In the future, please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.

Thanks in advance for your cooperation.

can you give details to the modules? e.g. links to websites - what specific ESP32C6 module? what display?

how have you connected the display to the ESP32C6?
remember the ESP32 uses 3.3V logic - do not connect modules which use 5V logic directly to the ESP32!

upload your code ( select < CODE/ > and paste the code or text where it says “type or paste code here”)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.