feat(tracker/gioui): oscilloscope allows y-scaling and shows limits

Closes #61
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-05-01 12:05:01 +03:00
parent 554a840982
commit 0f42a993dc
2 changed files with 63 additions and 45 deletions

View File

@ -77,3 +77,6 @@ var dialogBgColor = color.NRGBA{R: 0, G: 0, B: 0, A: 224}
var paramIsSendTargetColor = color.NRGBA{R: 120, G: 120, B: 210, A: 255}
var paramValueInvalidColor = color.NRGBA{R: 120, G: 120, B: 120, A: 190}
var oscilloscopeLimitColor = color.NRGBA{R: 255, G: 255, B: 255, A: 8}
var oscilloscopeCursorColor = color.NRGBA{R: 252, G: 186, B: 3, A: 255}