-
I am considering to rename some of the menu items to make the naming more consistent with existing books and articles. @rsta2 I think I could make the needed changes in the source code but I don't know whether it'd have any unintended "dangerous" side effects. Would it?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Not dangerous, but the LCD display may show nonsense. We have only 12 characters for a parameter name, because we need 4 characters for the " TG#" or " OP#" in the right corner. I had already kept this in mind, when implementing the |
Beta Was this translation helpful? Give feedback.
Not dangerous, but the LCD display may show nonsense. We have only 12 characters for a parameter name, because we need 4 characters for the " TG#" or " OP#" in the right corner. I had already kept this in mind, when implementing the
CUIMenu
class. I guess there is not much room for improvement here.