Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/but0n/oled_arduino
Use Arduino to drive OLED
https://github.com/but0n/oled_arduino
Last synced: 2 days ago
JSON representation
Use Arduino to drive OLED
- Host: GitHub
- URL: https://github.com/but0n/oled_arduino
- Owner: but0n
- Created: 2015-03-28T09:21:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T15:38:25.000Z (over 9 years ago)
- Last Synced: 2023-02-26T10:56:17.657Z (over 1 year ago)
- Language: Arduino
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OLED_Arduino
Use Arduino to drive OLED=====
/*
* OLED_Arduino.ino
*
* Created by Jack, March 28, 2015.
*
* FUNCTION: This is a driver program to display some pics or words
* on the OLED screen.
*
* OLED INFORMATION:
* 96` 128*64,
* driver chip: SSD1306,
*
* INTERFACE: 4-wire SPI.
*
*/