File tree Expand file tree Collapse file tree 1 file changed +13
-20
lines changed
Expand file tree Collapse file tree 1 file changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -18,27 +18,20 @@ This example will rotate between the arrivals board and a clock page every 5 sec
1818
1919``` yaml
2020display :
21- - platform : hub75_matrix_display
21+ - platform : hub75
2222 id : matrix
23- width : 64
24- height : 32
25- chain_length : 2
26- R1_pin : 42
27- G1_pin : 40
28- B1_pin : 41
29- R2_pin : 38
30- G2_pin : 37
31- B2_pin : 39
32- A_pin : 45
33- B_pin : 36
34- C_pin : 48
35- D_pin : 35
36- E_pin : 21
37- LAT_pin : 47
38- OE_pin : 14
39- CLK_pin : 2
40- clock_phase : false
41- i2sspeed : HZ_20M
23+ board : adafruit-matrix-portal-s3
24+ double_buffer : true
25+ update_interval : 32ms
26+ panel_width : 64
27+ panel_height : 32
28+ layout_cols : 2
29+ # We swap the G and B channels in firmware because the 64x32 panel hardware has them reversed
30+ g1_pin : 40
31+ b1_pin : 41
32+ g2_pin : 37
33+ b2_pin : 39
34+ e_pin : 21
4235 brightness : 255
4336 pages :
4437 - id : transit_schedule
You can’t perform that action at this time.
0 commit comments