https://github.com/stonedev-app/ssd1306rp
Library for Raspberry Pi Pico for SSD1306
https://github.com/stonedev-app/ssd1306rp
c i2c i2c-display pico-sdk raspberrypipico ssd1306
Last synced: about 1 month ago
JSON representation
Library for Raspberry Pi Pico for SSD1306
- Host: GitHub
- URL: https://github.com/stonedev-app/ssd1306rp
- Owner: stonedev-app
- License: mit
- Created: 2023-05-14T06:57:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T04:11:27.000Z (about 3 years ago)
- Last Synced: 2025-01-10T22:47:16.357Z (over 1 year ago)
- Topics: c, i2c, i2c-display, pico-sdk, raspberrypipico, ssd1306
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library for Raspberry Pi Pico for SSD1306
## Description
This code is based on pico-examples and modified to be easy to use as a library for SSD1306(I2C).
[pico-examples](https://github.com/raspberrypi/pico-examples)
## Requirement
- pico-sdk
- VSCode
## Usage
- See 'ssd1306rpExample.c'.
## Contribution
1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create new Pull Request
## Author
[stonedev-app](https://github.com/stonedev-app)
## Licence
[MIT License](https://en.wikipedia.org/wiki/MIT_License).