-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding OLED modes #22
base: master
Are you sure you want to change the base?
Conversation
This looks great. Pardon my ignorance but how do I install this version? Is there any way you could upload the file? Thanks for your work! |
Hey, thanks for the feedback. Or you can use my pre-compiled binary which I made for you: Cheers |
Ah I see! Thanks, super kind of you to do that! And so quick! I look forward to using it! :) H |
Thanks for sharing! |
@NorbiZsemi could you alter the order of the modes? first fps mode then hud and at the end the full mode? |
Hello @NorbiZsemi , first thank you to take care of the specific OLED screen :) |
I've added new OLED burn-in prevention modes for the FPS counter and overlay.
Static overlays can cause permanent burn-in marks on OLED screens. With these two new modes, the fps counter/overlay moves very slowly from left to right and from right to left.
Old modes are preserved, these new modes can be toggled as any other mode (select + up / down). To differentiate them, I've changed the fps counter's color to a darker green (easier for the screen) on OLED fps mode and changed the white characters to green on OLED overlay mode.