https://github.com/f1f7y/ssd1306_oled_display
A basic implementation of TWI/I2C used for communicating with the SSD1306 display driver
https://github.com/f1f7y/ssd1306_oled_display
atmega atmega8 avr c oled-display-ssd1306 ssd1306
Last synced: about 1 year ago
JSON representation
A basic implementation of TWI/I2C used for communicating with the SSD1306 display driver
- Host: GitHub
- URL: https://github.com/f1f7y/ssd1306_oled_display
- Owner: F1F7Y
- Created: 2021-02-26T18:35:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T17:11:16.000Z (over 4 years ago)
- Last Synced: 2025-02-16T19:37:00.204Z (over 1 year ago)
- Topics: atmega, atmega8, avr, c, oled-display-ssd1306, ssd1306
- Language: C
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSD1306_oled_display
###### 2021 - Filip Bartoš
A basic library implementing TWI/I2C comunication with the SSD1306 display driver using an ATMega8
Websites used as reference:
1. https://embedds.com/programming-avr-i2c-interface/
2. https://www.hwkitchen.cz/user/related_files/graficky-displej-oled-096-128x64-i2c-datasheet.pdf
3. https://www.avrfreaks.net/forum/solved-i2c-ssd1306-display
4. https://github.com/efthymios-ks/AVR-TWI
5. https://electronics.stackexchange.com/questions/273634/atmega328-i2c-twi-and-oled-display/337912
6. https://github.com/Sylaina/oled-display/blob/master/i2c.c
7. https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2486-8-bit-AVR-microcontroller-ATmega8_L_datasheet.pdf
8. https://github.com/tibounise/SSD1306-AVR
9. https://www.nongnu.org/avr-libc/user-manual/pgmspace.html
A working example:
