Skip to content

Commit

Permalink
Update ESP32-HUB75-MatrixPanel-config_v2.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LAutour authored Oct 4, 2022
1 parent 091d645 commit 1f4ea67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESP32-HUB75-MatrixPanel-config_v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ enum clk_clock_t{HZ_5M=5000000, HZ_10M=10000000, HZ_13M=13000000, HZ_20M=2000000

typedef struct{
#ifdef ADD_VSYNC_OUT
uint8_t r1, g1, b1, r2, g2, b2, a, b, c, d, e, lat, oe, clk, vsync;
int8_t r1, g1, b1, r2, g2, b2, a, b, c, d, e, lat, oe, clk, vsync;
#else
uint8_t r1, g1, b1, r2, g2, b2, a, b, c, d, e, lat, oe, clk;
int8_t r1, g1, b1, r2, g2, b2, a, b, c, d, e, lat, oe, clk;
#endif
} hub75_pins_t;

Expand Down Expand Up @@ -242,4 +242,4 @@ enum{
BITMASK_RGB12 = BITMASK_RGB1 + BITMASK_RGB2, //битовая маска цвета
};

#endif
#endif

0 comments on commit 1f4ea67

Please sign in to comment.