Skip to content

Commit 1b1d8cd

Browse files
committed
More cleanup
1 parent 49caef1 commit 1b1d8cd

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

examples/bench-fill.rs

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
//! Bounce a DVD player logo around the screen
2-
//!
3-
//! Like this, but with no color changing: https://bouncingdvdlogo.com/
4-
//!
5-
//! This example is for the STM32F103 "Blue Pill" board using I2C1.
6-
//!
7-
//! Wiring connections are as follows for a CRIUS-branded display:
8-
//!
9-
//! ```
10-
//! Display -> Blue Pill
11-
//! (black) GND -> GND
12-
//! (red) +5V -> VCC
13-
//! (yellow) SDA -> PB9
14-
//! (green) SCL -> PB8
15-
//! ```
16-
//!
17-
//! Run on a Blue Pill with `cargo run --example rtic_dvd`.
1+
//! Meant for development use only. Prints the time taken to draw a bunch of rectangles to the
2+
//! display. Originally created to benchmark the `fill_solid` method.
183
194
#![no_std]
205
#![no_main]

0 commit comments

Comments
 (0)