Skip to content

Commit

Permalink
Added accurate info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Feb 11, 2019
1 parent 4cc88f3 commit c1e4b28
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

![](https://i.imgur.com/NESF2KM.gif)

Another iteration on my [DiscordMatrix](https://github.com/samclane/DiscordMatrix) obsession. Displays a little friend
on your desktop, with dynamic facial animations. Changes to relevant symbols when connected to a Discord Voice Server.
Another iteration on my [DiscordMatrix](https://github.com/samclane/DiscordMatrix) obsession. Displays a little friend on your desktop, with dynamic facial animations. Changes to relevant symbols when connected to a Discord Voice Server.

I've ditched PyFirmata, as it was running relatively heavy on my host computer. It would be much more efficient to just write the Arduino code myself and remove unnecessary overhead. The clock marquee, while cool, was on such a small display as to be mostly useless.

Expand All @@ -12,11 +11,14 @@ I've ditched PyFirmata, as it was running relatively heavy on my host computer.
To install the dependencies, run `pip install -r requirements.txt`.

The default pinout is:
* dataIn = 2
* load = 4
* clock = 3
* DIN = 4
* CLK = 6
* CS = 5
* SENSOR = 3

These values can be changed in your `config.ini` which appears after running the code once.
These values can be changed in `Arduino/MatrixBuddy/main.h`.

To login, copy the contents of `default.ini` into a file called `config.ini` in the same folder. Then, change `Token` to your personal Discord Token ([instructions here](https://github.com/appu1232/Discord-Selfbot/wiki/Installation-&-Setup#grab-your-token-from-discord)). Also change the `mute` value under `[Keybinds]` to the desired key ([key names can be found here](https://pyautogui.readthedocs.io/en/latest/keyboard.html#keyboard-keys)).

### Credits

Expand Down

0 comments on commit c1e4b28

Please sign in to comment.