An open API service indexing awesome lists of open source software.

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

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).