become-cool/beshell-drv-disp

1.0.3

Latest
uploaded 1 day ago
Display driver for BeShell

Readme

这是嵌入式 JavaScript 框架 BeShell 的显示驱动组件。

支持的显示IC:
* ST7789
* ST7701
* SH8601
* CO5300
* RGB565 接口

## 快速开始

#### 1. 命令行安装

```
idf.py add-dependency beshell-drv-disp
```

#### 2. 配置文件

也可以使用配置文件声明依赖。

在项目的 `main` 目录( idf_component_register所在目录下 )下建立文件 `idf_component.yml`:

```yml
name: "YourProjectName"
dependencies:
  become-cool_beshell-drv-disp:
    version: ">=1.0.0"
```


然后重新编译项目,idf 构建工具会自动下载 beshell 和 beshell-drv-disp 存放到 `managed_components`

Links

Supports all targets

To add this component to your project, run:

idf.py add-dependency "become-cool/beshell-drv-disp^1.0.3"

download archive

Stats

  • Archive size
    Archive size ~ 21.86 KB
  • Downloaded in total
    Downloaded in total 6 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 0 times

Badge

become-cool/beshell-drv-disp version: 1.0.3
|