Skip to content

Commit

Permalink
Fix wrong source output mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-gilligan committed Feb 8, 2024
1 parent 232dc21 commit 43b887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epd2in13b_v4/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ where
command::DisplayUpdateControl {
red_ram_option: RamOption::Normal,
bw_ram_option: RamOption::Normal,
source_output_mode: false,
source_output_mode: true,
},
)?;

Expand Down

0 comments on commit 43b887c

Please sign in to comment.