Skip to content
Snippets Groups Projects

Draw schedule lines using a single spline

Merged Oscar Gustafsson requested to merge singlespline into master
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -9,7 +9,7 @@ OPERATION_GAP: float = 0.5
SCHEDULE_OFFSET: float = 0.2
SPLINE_OFFSET: float = 0.2
SPLINE_OFFSET: float = 0.5
# Colors for architecture Digraph
PE_COLOR = (0, 185, 231) # LiuBlue
Loading