Skip to content
Snippets Groups Projects

Added Teamname and mode change

Open Phileas requested to merge main into main
2 unresolved threads

I've added a Team name display and a mode switch via shoulder buttons

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
113 119 super().__init__(app_ctx)
114 120 self._scale_name = 1.0
115 121 self._scale_pronouns = 1.0
122 self._scale_team = 1.0
116 123 self._led = 0.0
117 124 self._phase = 0.0
118 125 self._filename = "/flash/nick.json"
119 126 self._config = Configuration.load(self._filename)
120 127 self._pronouns_serialized = " ".join(self._config.pronouns)
121 128 self._angle = 0.0
129 self._input = InputController()
  • Author Owner

    An application already has an InputController on self.input, no?

    By q3k on 2023-08-20T17:44:26 (imported from GitLab)

  • Please register or sign in to reply
  • Phileas
    Phileas @pl started a thread on the diff
  • 162 170 ctx.text(self._pronouns_serialized)
    163 171 ctx.restore()
    164 172
    173 ctx.move_to(0, +60)
    • Author Owner

      Most people at Chaos events don't really associate with a team - so how about we don't show this if this isn't explicitly set?

      Also, maybe we can find some more generic term/meaning to this than 'team'? 'Association'?

      By q3k on 2023-08-20T17:44:26 (imported from GitLab)

    • Please register or sign in to reply
    Please register or sign in to reply
    Loading