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

Oled Display #1766

Open
PrivatVerhext opened this issue Mar 10, 2025 · 2 comments
Open

Oled Display #1766

PrivatVerhext opened this issue Mar 10, 2025 · 2 comments
Labels
question Further information is requested

Comments

@PrivatVerhext
Copy link

Hi, is it possible to connect a OLED Screen to the Arduino?

@PrivatVerhext PrivatVerhext added the question Further information is requested label Mar 10, 2025
Copy link

welcome bot commented Mar 10, 2025

Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
* 🇬🇧 Communicate in English so everybody can understand you
* 📖 Have a look at the Wiki and README for information
* 🔍 Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* 📕 Close the issue when your problem has been solved

@Aryann019x
Copy link

Yeahh it is possible, Arduino and esp32 & 8266 shares same pinouts but esp32 has more pins then Arduino so esp is better. However, you can connect an OLED screen to an Arduino using either I2C or SPI communication. The most common OLED screens used with Arduino are SSD1306 or SH1106 based displays.
Most OLEDs with I2C have four pins
VCC - 5V (or 3.3V)
GND - GND
SCL - A5 (on Arduino Uno, SCL)
SDA - A4 (on Arduino Uno, SDA)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants