Adafruit SSD1306 Library on Trinket

Our weekly LIVE video chat. Every Wednesday at 8pm ET!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dannya
 
Posts: 111
Joined: Thu Nov 14, 2013 7:35 pm

Adafruit SSD1306 Library on Trinket

Post by dannya »

Is there a version of the SSD1306 library that's smaller, and doesn't include the GFX package? I want to be able to use this with a Trinket (ATTiny85) and it looks like the combined libraries are too big. I love your library because I can do println and I don't have to write all my text by manually positioning the rows and columns myself.

Thanks!

User avatar
adafruit_support_bill
 
Posts: 88087
Joined: Sat Feb 07, 2009 10:11 am

Re: Adafruit SSD1306 Library on Trinket

Post by adafruit_support_bill »

The GFX library is not the problem. These displays require a SRAM frame buffer that is larger than the amount of SRAM that exists on the ATTiny85.

Locked
Please be positive and constructive with your questions and comments.

Return to “Ask an Engineer! VIDEO CHAT (closed)”