Xinyuan-LilyGO / T-Deck

191 stars 43 forks source link

Cant find the documentation for this board that includes any available GPIO pins #33

Open contractorwolf opened 3 weeks ago

contractorwolf commented 3 weeks ago

does anyone have the PDF documentation document somewhere? thx

lewisxhe commented 3 weeks ago

This board has only two available GPIOs, which are the two on the Grove socket, GPIO43 and GPIO44.

contractorwolf commented 3 weeks ago

i was more trying to figure out if there was a way to turn the keyboard backlight on/off programmatically

lewisxhe commented 3 weeks ago

The default firmware does not have this function. The source code of the keyboard is here. You can modify it according to your needs. https://github.com/Xinyuan-LilyGO/T-Deck/tree/master/examples/Keyboard_ESP32C3

contractorwolf commented 3 weeks ago

how do i change the software running on the keyboard? @lewisxhe

lewisxhe commented 1 week ago

The keyboard is controlled by ESP32C3, you need to recode C3 using a USB2TTL image