Refactor display pin configuration in chore-tracker YAML files for consistency

This commit is contained in:
Joshua King
2026-02-27 22:19:26 -05:00
parent 21f97a5458
commit dc815af608
2 changed files with 4 additions and 12 deletions

View File

@@ -45,12 +45,8 @@ display:
dimensions:
width: 800
height: 480
de_pin:
number: GPIO40
ignore_strapping_warning: true
hsync_pin:
number: GPIO39
ignore_strapping_warning: true
de_pin: GPIO40
hsync_pin: GPIO39
vsync_pin:
number: GPIO41
pclk_pin: GPIO42

View File

@@ -169,12 +169,8 @@ display:
dimensions:
width: 800
height: 480
de_pin:
number: GPIO40
ignore_strapping_warning: true
hsync_pin:
number: GPIO39
ignore_strapping_warning: true
de_pin: GPIO40
hsync_pin: GPIO39
vsync_pin:
number: GPIO41
pclk_pin: GPIO42