Skip to content

Commit

Permalink
Merge pull request #547 from ISS-Mimic/GodspeedDiscvry-patch-4
Browse files Browse the repository at this point in the history
Added code to define sgant_transmit status to CT_SGANT_Screen
  • Loading branch information
ISS-Mimic authored Feb 29, 2024
2 parents 225daa3 + 1e9149c commit e063ed2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Pi/Screens/CT_SGANT_Screen.kv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@
font_size: self.height * 0.14
Label:
id: sgant_elevation
pos_hint: {"center_x": 0.7, "center_y": 0.2}
pos_hint: {"center_x": 0.65, "center_y": 0.2}
text: ''
markup: True
color: root.signalcolor
size_hint_y: 0.4
font_size: self.height * 0.10
Label:
id: sgant_transmit
pos_hint: {"center_x": 0.75, "center_y": 0.2}
text: ''
markup: True
color: root.signalcolor
Expand Down

0 comments on commit e063ed2

Please sign in to comment.