You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#76 To get the display splash screen working, add a displaySplash method to the MySSD1306DisplayInterface class that draws the bitmap and calls display.
Don't have clue to what I'm doing... after several attempts I finally changed display to displaySplash (like this)
then added the first display with a 5 second delay in setup.
// Setupvoidsetup() {
// Correct relative mode for MCU rotary encodersRelativeCCSender::setMode(MACKIE_CONTROL_RELATIVE);
Control_Surface.begin(); // Initialize Control Surface
display_A.display();
delay(5000);
}
It compiled and I uploaded the sketch. on reboot all 4 screens are blank for 5 seconds then the "normal" stuff shows. (vpot, track name, ect.)
Do I copy the splash. h file to the control surface library and where do I put it if yes. Is there anything I should add or change to DisplayInterfaceSSD1306.hpp or cpp?
The text was updated successfully, but these errors were encountered:
#76 To get the display splash screen working, add a displaySplash method to the MySSD1306DisplayInterface class that draws the bitmap and calls display.
Don't have clue to what I'm doing... after several attempts I finally changed display to displaySplash (like this)
then added the first display with a 5 second delay in setup.
It compiled and I uploaded the sketch. on reboot all 4 screens are blank for 5 seconds then the "normal" stuff shows. (vpot, track name, ect.)
Do I copy the splash. h file to the control surface library and where do I put it if yes. Is there anything I should add or change to DisplayInterfaceSSD1306.hpp or cpp?
The text was updated successfully, but these errors were encountered: