Skip to content
Discussion options

You must be logged in to vote

Let's try specifying colors for the display explicitly. Before menu.init() add:

menu.setForegroundColor(SH110X_WHITE);
menu.setBackgroundColor(SH110X_BLACK);

And keep display.display() in your sketch (especially somewhere in loop()).

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@zandernc
Comment options

@Spirik
Comment options

@zandernc
Comment options

@Spirik
Comment options

Answer selected by zandernc
@zandernc
Comment options

@Spirik
Comment options

@zandernc
Comment options

@Spirik
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants