Skip to content

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Elektraglide
Copy link
Contributor

Has 4 status LEDs (inside display on 4404) as well as HD activity LED

Comment on lines +32 to +34
<element name="spacer" ref="static_black">
<bounds x="0" y="480" width="640" height="16" />
</element>
Copy link
Member

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.

Comment on lines +36 to +50
<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>
Copy link
Member

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants