# LED SHIM LED SHIM packs 28 RGB LEDs into a tiny SHIM. It uses i2c and a friction-fit header so you can stuff it under most HATs or pHATs to add LED status indicators without any need to solder. To get the pHAT set up and ready to go you can use the one-line product installer: ```bash curl -sS https://get.pimoroni.com/ledshim | bash ``` Then import it into your Python script and start tinkering: ```bash import ledshim ```