-
Notifications
You must be signed in to change notification settings - Fork 644
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
String in negative #372
Comments
I made this feature in my local code. To avoid potential damage to the rest of the code, I wrote two separate methods. If someone want to use this feature you can add below methods to OLEDDisplay.cpp file:
And then you need to add declare of methods in .h file: @marcelstoer If You accept this feature and the code I wrote is correct for you, feel free to add it to your library! |
Thanks for the proposal and your willingness to help the community. I like the idea, it sounds sane. However, I am not happy with the proposed implementation for two primary reasons:
Alternative I:
Alternative II:
|
Hello!
Did you think anytime about add new feature to this library which can make draw string in negative like in below picture?
I think it will be great feature to making multi menus with scrolling screen to easy showing selected position in menu.I think it should be method like drawNegativeString(x, y, message). Maybe I can help with that for you?
Best Regards!
The text was updated successfully, but these errors were encountered: