当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
Siwei Xu 提交于 2020-12-22 14:05 . Add bundle.json for HPM
{
"name": "@hihope/harmonyos_ssd1306",
"version": "1.0.0",
"description": "SSD1306 OLED display driver library for HarmonyOS",
"publishAs": "code-segment",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/drivers/ssd1306 && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"SSD1306",
"display"
],
"repository": "https://gitee.com/hihopeorg/harmonyos-ssd1306",
"homepage": "https://gitee.com/hihopeorg",
"license": "BSD-3-Clause",
"tags": [
"drivers"
],
"ohos": {
"os": "1.0.0",
"kernel": "",
"board": ""
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化