meta.json 244 B

123456789101112
  1. {
  2. "type" : "lua",
  3. "repo" : "luatos/gt911",
  4. "tags" : ["gt911"],
  5. "version" : "1.0.0",
  6. "title" : "GT911 电容触摸驱动",
  7. "files" : {
  8. "." : "*"
  9. },
  10. "enterpoint" : "gt911.lua",
  11. "dependency" : ["i2c"]
  12. }