We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49caef1 commit 1b1d8cdCopy full SHA for 1b1d8cd
examples/bench-fill.rs
@@ -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`.
+//! Meant for development use only. Prints the time taken to draw a bunch of rectangles to the
+//! display. Originally created to benchmark the `fill_solid` method.
18
19
#![no_std]
20
#![no_main]
0 commit comments