datacute / Tiny4kOLED

Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C
MIT License
247 stars 36 forks source link

Add RPi Pico support #61

Open bog-dan-ro opened 5 months ago

bog-dan-ro commented 5 months ago

Fix a few code style issues in the process

NuclearPhoenixx commented 5 months ago

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 commented 5 months ago

There are a few reasons: