Skip to content

Commit

Permalink
pico_st7789: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
task-jp authored and tronical committed Dec 10, 2023
1 parent 003e177 commit be87ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mcu-board-support/pico_st7789.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl<
) {
render_fn(&mut self.buffer[range.clone()]);

// convert from little to big indian before sending to the DMA channel
// convert from little to big endian before sending to the DMA channel
for x in &mut self.buffer[range.clone()] {
*x = Rgb565Pixel(x.0.to_be())
}
Expand Down

0 comments on commit be87ff3

Please sign in to comment.