Skip to content

Commit

Permalink
fix: add missing max_line_num property in ConfigBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-k committed Apr 9, 2024
1 parent b6dd201 commit fb4ec5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ impl<DV: DeviceVariant, DM: DataModeMarker> ConfigBuilder<DV, DM> {
}
}

builder_property!(max_line_num, u8);
builder_property!(pwm_frequency, PwmFrequency);

builder_property!(switch_blanking_time, LineBlankingTime);
Expand Down

0 comments on commit fb4ec5c

Please sign in to comment.