Skip to content

Commit f5d03d3

Browse files
authored
Merge pull request #17 from makermelissa/main
Update timing parameters of 4.58-inch bar display
2 parents 2aa4614 + dc9d5a0 commit f5d03d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_qualia/displays/bar320x960.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ def __init__(self):
7878
"height": 960,
7979
"overscan_left": 80,
8080
"hsync_pulse_width": 10,
81-
"hsync_front_porch": 30,
82-
"hsync_back_porch": 50,
81+
"hsync_front_porch": 50,
82+
"hsync_back_porch": 30,
8383
"hsync_idle_low": False,
8484
"vsync_pulse_width": 2,
85-
"vsync_front_porch": 15,
85+
"vsync_front_porch": 14,
8686
"vsync_back_porch": 17,
8787
"vsync_idle_low": False,
8888
"pclk_active_high": False,

0 commit comments

Comments
 (0)