-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Feature Request: Make negative coordinates possible on (full) Graphic LCDs #2954
Comments
Is this still not done? It should be a pretty quick fix, yes? |
No space. For negative numbers we have to drop a digit. |
Maybe the number could be done in inverse video to indicate it has flipped to minus? That is kind of a kludged solution, but if there is no space for a minus sign... and the feature is needed, some way needs to be found to indicate the status.... |
#2675 (comment) |
The LCD Panels are slow enough as it is... But with a proportional font, digits (and decimal point) would pack tighter together. But "Yes!" When you are in the range of -100 to -999 you can afford to lose a digit. |
Yeah, I was thinking also, just drop a digit. But for a very big delta, -100 might just be far from center. Hmm.... |
display_error = abs(position - displayed_postition) position = -998.9 Even in a bad implementation the display_error is never larger than 1. If you want to know a more exact reading you could go to the move_menu, where we have infinite room to display digits. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Make negative coordinates possible on (full) Graphic LCDs.
The text was updated successfully, but these errors were encountered: