Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RPi Pico support #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bog-dan-ro
Copy link

Fix a few code style issues in the process

@NuclearPhoenixx
Copy link

The Raspberry Pico is easily more than capable of handling a full-blown SSD1306 library like the Adafruit one. Why do you need support here? This is more targeted at the ATTiny series of MCUs like the name suggests, which have very limited RAM. Hence the need for a special library. 🤔

@bog-dan-ro
Copy link
Author

There are a few reasons:

  • first and foremost, I really like this library :-)
  • even it has plenty of ram, I need it for other things
  • last but not least, I really like this library ;-)

src/Tiny4kOLED_rp2040.h Outdated Show resolved Hide resolved
src/Tiny4kOLED_common.h Outdated Show resolved Hide resolved
Fix a few code style issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants