Add a readme for display_test
This commit is contained in:
parent
3e08c59389
commit
2677534c8e
1 changed files with 11 additions and 0 deletions
11
examples/display_test/readme.md
Normal file
11
examples/display_test/readme.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# display_test example
|
||||
|
||||
This is a simple test of the cardputer's LCD. It draws a red rectangle which almost fills the display, leaving a 20 pixel border of black around the edge.
|
||||
|
||||
## Run this example
|
||||
|
||||
With this repo cloned, run the following from either the root or this directory:
|
||||
|
||||
```shell
|
||||
cargo espflash flash --release --package display_test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue