Skip to content

Commit

Permalink
update license and docs
Browse files Browse the repository at this point in the history
Signed-off-by: iotah <[email protected]>
  • Loading branch information
IotaHydrae committed Oct 9, 2024
1 parent 86edba1 commit 3c7beec
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License
Copyright (c) 2020-2024 Hyas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License

Copyright (c) 2024 embeddedboys developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
22 changes: 13 additions & 9 deletions content/docs/env-setup/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ V9.0: [https://sim.lvgl.io/v9.0/micropython/ports/webassembly/index.html](https:
### Arduino
`Arduino` 工程基于 TFT_eSPI 开发
#### 所需硬件
- Raspberry Pi Pico (with BOOTSEL button)
Expand All @@ -416,7 +418,7 @@ V9.0: [https://sim.lvgl.io/v9.0/micropython/ports/webassembly/index.html](https:
0. 通过git或者下载zip来获取本工程
```bash
git clone https://github.com/embeddedboys/pico_dm_qd3503728_arduino
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_arduino
```
1. 在 Arduino IDE 中安装 pico 开发板
Expand All @@ -443,6 +445,8 @@ V9.0: [https://sim.lvgl.io/v9.0/micropython/ports/webassembly/index.html](https:
等待安装完成
> 可能对网络环境有要求
2. 通过 Arduino IDE 安装 lvgl 和 TFT_eSPI 库
- TFT_eSPI
Expand Down Expand Up @@ -499,14 +503,14 @@ libraries\
底层驱动支持情况:
- [x] Display via GPIO
- [ ] Display via PIO
- [x] Display via PIO
- [ ] Display via PIO + DMA
- [ ] Touch
- [x] Touch
仓库链接:[https://github.com/embeddedboys/pico_dm_qd3503728_embedded_graphics](https://github.com/embeddedboys/pico_dm_qd3503728_embedded_graphics)
仓库链接:[https://gitee.com/embeddedboys/pico_dm_qd3503728_embedded_graphics](https://gitee.com/embeddedboys/pico_dm_qd3503728_embedded_graphics)
```bash
git clone https://github.com/embeddedboys/pico_dm_qd3503728_embedded_graphics
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_embedded_graphics
```
编译烧录参考[编译及配置](../编译及配置/#embedded_graphics)
Expand All @@ -528,12 +532,12 @@ git clone https://github.com/embeddedboys/pico_dm_qd3503728_embedded_graphics
底层驱动支持情况:
- [x] Display via GPIO
- [ ] Display via PIO
- [x] Display via PIO
- [ ] Display via PIO + DMA
- [ ] Touch
- [x] Touch
```bash
git clone https://github.com/embeddedboys/pico_dm_qd3503728_slint_mcu
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_slint_mcu
```
### Nuttx
Expand All @@ -546,4 +550,4 @@ git clone https://github.com/embeddedboys/pico_dm_qd3503728_slint_mcu
[https://docs.zephyrproject.org/latest/boards/raspberrypi/rpi_pico/doc/index.html](https://docs.zephyrproject.org/latest/boards/raspberrypi/rpi_pico/doc/index.html)
已提上日程,调研中。。。
已提上日程,调研中。。。

0 comments on commit 3c7beec

Please sign in to comment.