SSD1306_NO_SPLASH

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mhamm2224
 
Posts: 3
Joined: Sat Jan 02, 2021 12:57 pm

SSD1306_NO_SPLASH

Post by mhamm2224 »

How do you use SSD1306_NO_SPLASH to keep the adafruit logo from showing on a 1306 Display?

I am using Library Adafruit_SSD1306.h

User avatar
adafruit_support_carter
 
Posts: 29150
Joined: Tue Nov 29, 2016 2:45 pm

Re: SSD1306_NO_SPLASH

Post by adafruit_support_carter »

You'll need to edit the Adafruit_SSD1306.h file.

I just made a pull request to add this to the header file:
https://github.com/adafruit/Adafruit_SSD1306/pull/232
to provide a commented out #def that can be used.

It's pretty simple, just need this line added near top of file:

Code: Select all

#define SSD1306_NO_SPLASH

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

Return to “Arduino”