Skip to content

Commit f595db0

Browse files
authored
Merge pull request #8 from elfmimi/fix-lcd-width
Fix LCD width 180 -> 160
2 parents 7186bcf + 7003217 commit f595db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lcd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl Lcd {
7878

7979
/// Screen width
8080
pub const fn width(&self) -> u32 {
81-
180
81+
160
8282
}
8383

8484
/// Screen height

0 commit comments

Comments
 (0)