{
  "exportVersion": "1.0.0",
  "exportedBy": "tyeth_demo",
  "exportedAt": "2025-11-27T02:32:21.000Z",
  "exportedFromDevice": {
    "board": "funhouse",
    "firmwareVersion": "1.0.0-beta.120"
  },
  "components": [
    {
      "name": "1.54\" TFT LCD Display",
      "type": "tft-154-wide-angle",
      "displayType": "tft",
      "driver": "tft_st7789",
      "spiBus": 0,
      "width": 240,
      "height": 240,
      "rotation": 0,
      "dcPinName": "D39",
      "rstPinName": "D41",
      "csPinName": "D40",
      "mosiPinName": "D35",
      "sckPinName": "D36",
      "misoPinName": "D37",
      "textSize": 3,
      "isDisplay": true
    },
    {
      "name": "Button Down",
      "pinName": "D3",
      "type": "push_button",
      "mode": "DIGITAL",
      "direction": "INPUT",
      "period": 0,
      "isPin": true,
      "pull": "DOWN"
    },
    {
      "name": "Button Up",
      "pinName": "D5",
      "type": "push_button",
      "mode": "DIGITAL",
      "direction": "INPUT",
      "period": 0,
      "isPin": true,
      "pull": "DOWN"
    },
    {
      "name": "Round Vibration Switch",
      "pinName": "D17",
      "type": "round_vibration_switch",
      "mode": "DIGITAL",
      "direction": "INPUT",
      "period": 0,
      "pull": "UP",
      "isPin": true
    }
  ]
}