Skip to content

Commit

Permalink
doc: comment on init
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Oct 3, 2023
1 parent 64174b3 commit 1ed4f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mipidsi/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ where
///
/// Consumes the builder to create a new [Display] with an optional reset [OutputPin].
/// Blocks using the provided [DelayUs] `delay_source` to perform the display initialization.
///
/// The display will be awake ready to use, no need to call [Display::wake] after init.
///
/// ### WARNING
/// The reset pin needs to be in *high* state in order for the display to operate.
/// If it wasn't provided the user needs to ensure this is the case.
Expand Down

0 comments on commit 1ed4f89

Please sign in to comment.