Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milan-sony/oled_display
Display text in OLED display
https://github.com/milan-sony/oled_display
arduino arduino-sketch i2c i2c-display oled-display oled-display-ssd1306 oled-ssd1306
Last synced: about 1 month ago
JSON representation
Display text in OLED display
- Host: GitHub
- URL: https://github.com/milan-sony/oled_display
- Owner: milan-sony
- Created: 2023-09-10T16:01:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-10T16:39:33.000Z (over 1 year ago)
- Last Synced: 2023-09-10T17:47:39.191Z (over 1 year ago)
- Topics: arduino, arduino-sketch, i2c, i2c-display, oled-display, oled-display-ssd1306, oled-ssd1306
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OLED Display
> Here I'm using SSD1306 0.96 inch I2C OLED display with the Arduino
### Pin Connections
If youβre using a different Arduino board, make sure you check the correct I2C pins:
- Nano: SDA (A4); SCL (A5);
- MEGA: SDA (20); SCL (21);
- Leonardo: SDA (20); SCL (21);### Reference links
###### Getting started with #arduinoprogramming π