To use DeskThang, follow these steps:
ttyusbmodem
ttyACM0
Note: You may need to use sudo
to access the USB interface (/dev/tty*).
To install DeskThang and access its CLI commands, follow these steps:
git clone https://gitlab.com/nemofoo/deskthang
cd deskthang/host
sudo zig build
./zigout/host/deskthang help
Use these commands to control and interact with your DeskThang device. Remember, you can always use deskthang help
in your terminal to view available commands.
Display available commands and usage information
deskthang help
Send a 240x240 png to the screen of DeskThang
deskthang image test.png
Emit green light from the device
deskthang led 00ff00
Emit purple light from the device
deskthang led ff00ff
Test connectivity and expect a pong command from the DeskThang
deskthang ping