OLED driver with shared SPI bus integrated

This commit was merged in pull request #35.
This commit is contained in:
2026-08-22 22:46:09 +02:00
committed by ede1998
parent 71db893551
commit 9cd595acfe
19 changed files with 312 additions and 123 deletions
-1
View File
@@ -13,7 +13,6 @@ where
return;
}
let mut src_width = 1usize;
while src_width * src_width < pixel_count {
src_width += 1;