From 451437855819bd89ca81c923657c3a01018f5119 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 17 Mar 2022 14:14:05 +0300 Subject: Initial commit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e71f0d --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# UEFI Monitor Test + +A monitor diagnostic and testing tool. It includes several tests that should allow you to diagnose any potential problems with your monitor. The application is based on the [TianoCore EDK II](https://www.tianocore.org/) development environment. Distributed under the BSD-2-Clause Plus Patent License. + +## Tests + +* Solid colors +* Colored lines +* Grayscale +* Mesh field +* Chess board + +## Installation + +Coming soon... + +## Usage + +Move the generated `UefiMonitorTest.efi` to some file system and run it via Uefi Shell: + +``` +Shell> UefiMonitorTest.efi +``` + +The app doesn't currently support command line arguments. + +### Controls + +Coming soon... + +## Screenshots + +Coming soon... -- cgit v1.2.3-18-g5258