An open API service indexing awesome lists of open source software.

https://github.com/100askteam/dshanmcu_h7r

This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by 100ASK.
https://github.com/100askteam/dshanmcu_h7r

Last synced: about 1 year ago
JSON representation

This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by 100ASK.

Awesome Lists containing this project

README

          

# Overview

This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by [100ASK](https://www.100ask.net/).

| Dir | description |
| ---- | ---- |
| docs | document |
| project | all project engineering for this kit |
| test | Provides some compiled firmware that can be directly burned using STM32CubeProgrammer |

# Clone

GitHub:

```shell
git clone --recurse-submodules https://github.com/100askTeam/DshanMCU_H7R.git

# or

git clone https://github.com/100askTeam/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive
```

Gitee:

```shell
git clone --recurse-submodules https://gitee.com/weidongshan/DshanMCU_H7R.git

# or

git clone https://gitee.com/weidongshan/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive
```

# Video

- Demo video of APP project "DshanMCU-H7R_LVGL-Desktop":[https://www.bilibili.com/video/BV1Tw4m1k7C3](https://www.bilibili.com/video/BV1Tw4m1k7C3)

# More

- lvgl:[https://lvgl.io](https://lvgl.io)
- lvgl docs:[https://docs.lvgl.io](https://docs.lvgl.io)
- lvgl forum:[https://forum.lvgl.io](https://forum.lvgl.io)
- 100ask lvgl docs:[http://lvgl.100ask.net](http://lvgl.100ask.net)
- 100ask lvgl forum:[https://forums.100ask.net/c/13-category/13](https://forums.100ask.net/c/13-category/13)