diff options
author | Joursoir <chat@joursoir.net> | 2022-03-17 14:14:05 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-03-17 14:14:05 +0300 |
commit | 451437855819bd89ca81c923657c3a01018f5119 (patch) | |
tree | db3ad1935ffc3cabf1ae621b05626a7fa11930a8 /README.md | |
download | umt-451437855819bd89ca81c923657c3a01018f5119.tar.gz umt-451437855819bd89ca81c923657c3a01018f5119.tar.bz2 umt-451437855819bd89ca81c923657c3a01018f5119.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
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... |