Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
argus1 authored Dec 21, 2024
1 parent 0728099 commit 4995c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Jetson.GPIO for controlling the LED array (This setup uses Jetson Nano, but code
![setup](https://github.com/argus1/signiot/blob/main/SigniotSetup.png)
Install these using pip:

pip install pillow pygame Jetson.GPIO TIME-python
pip install pillow Jetson.GPIO TIME-python

signiot accomplishes the following tasks:

1. GPIO Initialization: Sets up the GPIO pins for the LED array.
2. LED Control Function: Lights up LEDs in sequence based on the direction.
3. Vertical Shear Function: Applies an affine transformation to shear the image vertically.
4. GIF Processing: Loads the GIF and applies the shear transformation to each frame.
5. Pygame Initialization: Sets up Pygame for displaying the GIF on the touchscreen.
5. Tkinter Initialization: Sets up Tkinter for displaying the GIF on the touchscreen.
6. Main Loop: Alternates the shear direction and displays the GIF frames, updating the LED array accordingly.

This script will continuously shear the GIF in both directions and update the LED array to indicate the current transformation direction.

0 comments on commit 4995c3f

Please sign in to comment.