From 2677534c8e66c3246b17863e34d56e24b75823f6 Mon Sep 17 00:00:00 2001 From: ZacJW Date: Sat, 12 Jul 2025 16:04:33 +0100 Subject: [PATCH] Add a readme for display_test --- examples/display_test/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/display_test/readme.md diff --git a/examples/display_test/readme.md b/examples/display_test/readme.md new file mode 100644 index 0000000..5ab167f --- /dev/null +++ b/examples/display_test/readme.md @@ -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 +```