Skip to content

Commit cecb5a8

Browse files
committed
fix: typo
1 parent 9b7f283 commit cecb5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-08-19-airport-24x24-dot-rgb-character-display.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl Pixel24x24 {
218218
}
219219
```
220220

221-
随后实现 [[embedded-graphics]]`DrawTarget` trait:
221+
随后实现 [embedded-graphics]`DrawTarget` trait:
222222

223223
```rust
224224
impl OriginDimensions for Pixel24x24 {
@@ -273,7 +273,7 @@ fn shift_out_lsbf(p: &mut Output, clk: &mut Output, data: u8) {
273273
}
274274
```
275275

276-
由此, 就可以用 [[embedded-graphics]]`DrawTarget` trait 来驱动 LCD 了.
276+
由此, 就可以用 [embedded-graphics]`DrawTarget` trait 来驱动 LCD 了.
277277

278278
![Char Display](/assets/display-24x24-char-display.jpeg)
279279

@@ -298,4 +298,4 @@ fn shift_out_lsbf(p: &mut Output, clk: &mut Output, data: u8) {
298298
[hpm-hal]: https://github.com/hpmicro-rs/hpm-hal
299299
[ch32-hal]: https://github.com/ch32-rs/ch32-hal
300300
[wenting]: https://www.youtube.com/watch?v=t_YXjM7Keqw
301-
[embedded-graphics]: https://docs.rs/[[embedded-graphics]]/latest/embedded_graphics/
301+
[embedded-graphics]: https://docs.rs/[embedded-graphics]/latest/embedded_graphics/

0 commit comments

Comments
 (0)