# beshell-drv-touch **Repository Path**: become-cool/beshell-drv-touch ## Basic Information - **Project Name**: beshell-drv-touch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-01 - **Last Updated**: 2026-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是嵌入式 JavaScript 框架 BeShell 的触摸IC驱动组件。 ## 快速开始 #### 1. 命令行安装 ``` idf.py add-dependency beshell-drv-touch ``` #### 2. 配置文件 也可以使用配置文件声明依赖。 在项目的 `main` 目录( idf_component_register所在目录下 )下建立文件 `idf_component.yml`: ```yml name: "YourProjectName" dependencies: become-cool_beshell-drv-touch: version: ">=1.0.0" ``` 然后重新编译项目,idf 构建工具会自动下载 beshell 和 beshell-drv-touch 存放到 `managed_components`