Value | Color |
---|---|
\e[0;30m | Black |
\e[0;31m | Red |
\e[0;32m | Green |
\e[0;33m | Yellow |
\e[0;34m | Blue |
\e[0;35m | Purple |
You need to have avrdude and avr-gcc installed on a Raspberry Pi.
These two sites were very helpful in wiring up the ATmega328P to the GPIO pins on the Raspberry Pi:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Found in... | |
# C:\Users\<user>\AppData\Local\VALORANT\Saved\Config\<some guid>\Windows\GameUserSettings.ini | |
[/Script/ShooterGame.ShooterGameUserSettings] | |
DefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011" | |
DefaultMonitorIndex=0 | |
LastConfirmedDefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011" | |
LastConfirmedDefaultMonitorIndex=0 | |
bShouldLetterbox=True | |
bLastConfirmedShouldLetterbox=True |
OlderNewer