acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

library.json (793B)

      1 {
      2     "name": "TouchLib",
      3     "version": "0.0.2",
      4     "description": "Integrated touch driver (CST328, CST816, CST820, GT911, FT3267, FT5x06)",
      5     "keywords": "TouchLib",
      6     "authors": [{
      7         "name": "mmMicky",
      8         "url": "https://github.com/mmMicky",
      9         "maintainer": true
     10     }],
     11     "repository": {
     12         "type": "git",
     13         "url": "https://github.com/mmMicky/TouchLib.git"
     14     },
     15     "homepage": "https://github.com/mmMicky/TouchLib",
     16     "export": {
     17         "include": [
     18             "LICENSE",
     19             "library.json",
     20             "library.properties",
     21             "README.md",
     22             "keywords.txt",
     23             "src/*",
     24             "examples/*"
     25         ]
     26     },
     27     "frameworks": ["arduino", "espidf"],
     28     "platforms": "esp32",
     29     "headers": "TouchLib.h"
     30 }