-
Notifications
You must be signed in to change notification settings - Fork 0
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
Next Steps #3
Comments
Have setup mastermode logic adequately for projected usage. |
OFF and STBY pages are objects and can tell the display class how to draw themselves. The display class in turn tells the form to draw the elements specified. |
INV page would be a good idea next, as normally in STBY mode the INV page is displayed by default. |
INV page discussion at #9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So the immediate next goals are to implement the OFF page and STBY page as objects, and have the Display class arrange drawing their elements, which are properties of the DisplayForm object.
The text was updated successfully, but these errors were encountered: