Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
875a0291
Commit
875a0291
authored
Jul 2, 2023
by
iggy
Committed by
q3k
Aug 3, 2023
Browse files
Options
Downloads
Patches
Plain Diff
fixes (squash this)
parent
70197e23
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
python_payload/st4m/ui/elements/visuals.py
+1
-1
1 addition, 1 deletion
python_payload/st4m/ui/elements/visuals.py
python_payload/st4m/ui/view.py
+0
-2
0 additions, 2 deletions
python_payload/st4m/ui/view.py
with
1 addition
and
3 deletions
python_payload/st4m/ui/elements/visuals.py
+
1
−
1
View file @
875a0291
from
st4m.utils
import
xy_from_polar
from
st4m.
color
import
PUSH_RED
,
GO_GREEN
,
BLACK
from
st4m.
property
import
PUSH_RED
,
GO_GREEN
,
BLACK
from
st4m
import
Responder
,
Ctx
,
InputState
...
...
This diff is collapsed.
Click to expand it.
python_payload/st4m/ui/view.py
+
0
−
2
View file @
875a0291
...
...
@@ -42,8 +42,6 @@ class ViewWithInputState(View):
def
think
(
self
,
ins
:
InputState
,
delta_ms
:
int
)
->
None
:
self
.
input
.
think
(
ins
,
delta_ms
)
class
ViewWithSingleInputState
(
ViewWithInputState
()):
def
__
class
ViewTransition
(
ABCBase
):
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment