lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
651 stars 125 forks source link

None of examples load on attiny44 #162

Closed jtannenba closed 3 months ago

jtannenba commented 3 months ago

Ask any question, you have, regarding the library All the examples I've tried say the program is too big for the chip.

I'm using arduino ver 1.8.19 ver 1.8.3 of the SSD1306 library and ver 1.0.2 of David A Mellis attiny

Should it load?

lexus2k commented 3 months ago

Hello @jtannenba

I have re-checked compilation, and I can confirm that the ssd1306_demo project can be built for AttnyX4 series. The memory requirements depend on the mcu you are using. Some examples can fit Attiny84 mcu only.

Best regards, Alexey

jtannenba commented 3 months ago

ok, I was trying a attiny44.

lexus2k commented 3 months ago

You can remove some demo parts in the examples. If you need any help with attiny44, let me know

jtannenba commented 3 months ago

Thank you