adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.74k stars 963 forks source link

Add splash opt-out. #226

Closed jarruda closed 2 years ago

jarruda commented 2 years ago

resolves #205

This change adds a new define, SSD1306_NO_SPLASH to omit the splash images from being included in the build and drawn during begin. Without the define, the library behaves the same as before the change.

To implement this change, the splash generation Makefile was modified to write a header and footer to the splash file.

ladyada commented 2 years ago

thanks!