FrogPilot base

This commit is contained in:
James
2025-12-01 12:00:00 -07:00
parent 4726bdce29
commit 41bf1bd2cb
144 changed files with 1254 additions and 39 deletions
+2
View File
@@ -27,6 +27,8 @@ FONT_SIZE = 96
LINE_HEIGHT = 104
DARKGRAY = (55, 55, 55, 255)
# FrogPilot variables
def clamp(value, min_value, max_value):
return max(min(value, max_value), min_value)