Tiny4kOLED icon indicating copy to clipboard operation
Tiny4kOLED copied to clipboard

Add RPi Pico support

Open bog-dan-ro opened this issue 4 months ago • 2 comments

Fix a few code style issues in the process

bog-dan-ro avatar Feb 11 '24 08:02 bog-dan-ro

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

NuclearPhoenixx avatar Feb 11 '24 12:02 NuclearPhoenixx

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

bog-dan-ro avatar Feb 11 '24 15:02 bog-dan-ro