diff options
| author | Dion Dokter <[email protected]> | 2025-11-22 00:40:29 +0100 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2025-11-22 00:40:29 +0100 |
| commit | 11a5cd2c753fc39ec9fcf22c805ed7769ed6e0ec (patch) | |
| tree | 84f004161637b0a4178e3001bb3b62545a991db7 /examples/stm32u0/src/bin/lcd.rs | |
| parent | 1479fbbee76b52e04bf658244fc535e462e17637 (diff) | |
fmt + clippy + changelog
Diffstat (limited to 'examples/stm32u0/src/bin/lcd.rs')
| -rw-r--r-- | examples/stm32u0/src/bin/lcd.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/stm32u0/src/bin/lcd.rs b/examples/stm32u0/src/bin/lcd.rs index 39db5c9c8..c3f489ea9 100644 --- a/examples/stm32u0/src/bin/lcd.rs +++ b/examples/stm32u0/src/bin/lcd.rs | |||
| @@ -351,6 +351,12 @@ impl DisplayBuffer { | |||
| 351 | } | 351 | } |
| 352 | } | 352 | } |
| 353 | 353 | ||
| 354 | impl Default for DisplayBuffer { | ||
| 355 | fn default() -> Self { | ||
| 356 | Self::new() | ||
| 357 | } | ||
| 358 | } | ||
| 359 | |||
| 354 | #[derive(Debug, Clone, Copy)] | 360 | #[derive(Debug, Clone, Copy)] |
| 355 | enum CharSegment { | 361 | enum CharSegment { |
| 356 | /// North | 362 | /// North |
