summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-05-15 18:38:56 -0500
committerClay Smith <claysmith158@gmail.com>2023-05-15 18:38:56 -0500
commit58b018b57c0541e333217f1d619b414efcf5f101 (patch)
treef1b53bb008730b713aa24b725bc2da28f7be9f37
parentb2f38c1e925e74a1c92ec9f6666ed0b88e2a14aa (diff)
added pictures to readmeHEADmain
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6b7aefd..0a7eabd 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,12 @@ The fifth line prints buttons and axis but only dpad and joystick data along wit
The output is a printed in a comma seperated columns of data corresponding to the choices given in the arguments run with the command.
-![How to download and install the program](./images/devout_download_and_install.png)
-![Show what devices are available to use and get event info](./images/program_with_no_arguments.png)
-![Show what devices are available to use and get event info](./images/output_no_arguments.png)
-![Program command for printing a single event](./images/command_for_single_event.png)
-![Program output for printing a single event](./images/output_for_single_event.png)
-![Program command for printing multiple events](./images/command_for_multiple_arguments.png)
-![Program output for printing multiple events](./images/output_for_multiple_arguments.png)
-![Program command with a students code](./images/command_with_students_code.png)
-![Program output with a students example code](./images/output_for_students_example.png)
+![installing](./images/installing_devout_sdl.png)
+![building](./images/building_devout_sdl.png)
+![no args, no controller](./images/running_devout_sdl_no_args_no_controller.png)
+![no args, no controller, output](./images/devout_sdl_no_args_no_controller_output.png)
+![no args, with controller](./images/devout_sdl_output_no_args_with_controller.png)
+![command for time and buttons](./images/devout_sdl_command_for_buttons_and_time.png)
+![output for time and buttons](./images/devout_sdl_arg_1_output.png)
+![output for 3 1 4 args](./images/devout_sdl_output_3_1_4.png)
+![output for -3 1 4 args](./images/devout_sdl_output_negative_3_1_4.png)