Custom Splash Screen for 128x32 I2C OLED graphic display

Post test messages here

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
georgen
 
Posts: 1
Joined: Tue Mar 27, 2012 12:43 pm

Custom Splash Screen for 128x32 I2C OLED graphic display

Post by georgen »

Hi guys,

I have been using the adafruit displays and I wonder if there is a way to design a custom splash screen display and replace the default Adafruit spash screen. I have done bunch of searching and I have not been able to find anything online.

Thanks,
George

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: Custom Splash Screen for 128x32 I2C OLED graphic displa

Post by adafruit_support_mike »

The image is a simple bitmap written into the display buffer by the library. It lives between lines 40 and 109 of the library's .cpp file, and you can replace it with anything you want:

https://github.com/adafruit/Adafruit_SS ... SD1306.cpp

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

Return to “Test Message Forum (closed)”