Skip to content

Commit 780ca06

Browse files
committed
Updated default timings to be be based on WS2812B v3
1 parent c08af1c commit 780ca06

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

rtl/regs.v

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,23 +208,23 @@ module regs (
208208
// Reg 0x05, 0x06 (~10%)
209209
aempty_thresh_reg <= 10'h067;
210210

211-
// Reg 0x07 (14)
212-
zero_high_timing_reg <= 8'h10;
211+
// Reg 0x07 (18)
212+
zero_high_timing_reg <= 8'h12;
213213

214-
// Reg 0x08 (31)
215-
zero_low_timing_reg <= 8'h24;
214+
// Reg 0x08 (38)
215+
zero_low_timing_reg <= 8'h26;
216216

217-
// Reg 0x09 (27)
218-
one_high_timing_reg <= 8'h20;
217+
// Reg 0x09 (38)
218+
one_high_timing_reg <= 8'h26;
219219

220-
// Reg 0x0A (23)
221-
one_low_timing_reg <= 8'h1B;
220+
// Reg 0x0A (18)
221+
one_low_timing_reg <= 8'h12;
222222

223-
// Reg 0x0B (45)
224-
reset_cycle_timing_reg <= 8'h34;
223+
// Reg 0x0B (56)
224+
reset_cycle_timing_reg <= 8'h38;
225225

226-
// Reg 0x0C (49)
227-
reset_code_timing_reg <= 8'h31;
226+
// Reg 0x0C (9)
227+
reset_code_timing_reg <= 8'h09;
228228

229229
// Reg 0x0D
230230
run_reg <= 1'b1;

0 commit comments

Comments
 (0)