Make hdmi out position parametric

This commit is contained in:
Roberto Alsina 2023-04-15 17:55:26 -03:00
parent 99e003d8f7
commit 6d527cbbb8
2 changed files with 3 additions and 1 deletions

View File

@ -69,6 +69,8 @@ cpu_offset_y = 2
battery_offset_x = 15
battery_offset_y = 3
# HDMI out hole from back-left corner of the case
hdmi_out_offset_x = 138
## Dimensions for the Tandy lid

View File

@ -65,7 +65,7 @@ def model():
width=dim.width,
height=dim.height,
thickness=dim.base_thickness,
offset_x=138,
offset_x=dim.hdmi_out_offset_x,
offset_y=0,
bottom_face=None,
back_face=">Y",