From daed5c209328182f266f963b26653ac14b7d8159 Mon Sep 17 00:00:00 2001 From: Zac Wilson Date: Sun, 21 Dec 2025 13:40:20 +0000 Subject: [PATCH] Add second screen draw to draw_full_frame for better compatibility --- src/lib.rs | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3e9bb15..459a8c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -316,7 +316,10 @@ impl(&mut self, double_frame: &mut DoubleFrame) { + pub fn draw_full_frame( + &mut self, + double_frame: &mut DoubleFrame, + ) { double_frame.partial_window.apply(self); self.write_command(0x10); for byte in double_frame.old.0 { @@ -329,6 +332,20 @@ impl