Skip to content

syuchan1005/FakeDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fakedeck

Using raspberry pi pico as a stream deck

Avaiable devices - Can be modified from src/deck_config.hpp

  • Stream deck v2
  • WIP: Stream deck Plus

How to create

Parts

  • Raspberry Pi Pico
  • ILI9488 TFT with Touch: AliExpress

Important

Make sure to select "touch screen"

  • Solder, wire, etc.
  • 3D printers for creating a case - Top, Bottom
  • M3 x 6mm screw *4

Wire

wire wire example

Note

LCD uses 90 mA. In the example, the back of the LCD is shaved and soldered to hold the pico in place.

Build

  1. Setup PlatformIO IDE
  2. Clone and open this project
  3. Build .uf2 file!

Tips

  • HID Explorer is an easy HID testing tool using WebHID
  • Reboot device and enter bootsel mode: Send [02, FF] to the output report
  • Reboot device: Send [02, FE] to the output report

TODO

  • Support touchscreen and dial report - for Plus
  • Support infobar and touch key - for Neo