-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Layout for tek4404 #13534
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Layout for tek4404 #13534
Conversation
<element name="spacer" ref="static_black"> | ||
<bounds x="0" y="480" width="640" height="16" /> | ||
</element> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don’t really need this thing as you’ve got explicit bounds for the view, and the LEDs will draw on top of the black background anyway. But if you insist on using it, you’re better off putting it behind the screen rather than on top to ensure it doesn’t slightly crop the bottom of the screen when the floating point view coordinates are quantised to whole pixel values.
<element name="led_1" ref="led_round"> | ||
<bounds x="46" y="484" width="8" height="8" /> | ||
</element> | ||
<element name="led_2" ref="led_round"> | ||
<bounds x="34" y="484" width="8" height="8" /> | ||
</element> | ||
<element name="led_4" ref="led_round"> | ||
<bounds x="22" y="484" width="8" height="8" /> | ||
</element> | ||
<element name="led_8" ref="led_round"> | ||
<bounds x="10" y="484" width="8" height="8" /> | ||
</element> | ||
<element name="led_disk" ref="led_rect"> | ||
<bounds x="614" y="485" width="16" height="6" /> | ||
</element> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be a good idea to add text labels for the LEDs? As it is, there are three identical-looking round LEDs, the function of which won’t be clear without examining the source. Also, the outputs corresponding to these don’t appear to actually be hooked up?
Has 4 status LEDs (inside display on 4404) as well as HD activity LED