https://github.com/hwzlovedz/esp-pocket2
A satisfactory ESP32S3 development board
https://github.com/hwzlovedz/esp-pocket2
c esp-idf esp32 esp32-s3 freertos lvgl touchscreen
Last synced: about 1 year ago
JSON representation
A satisfactory ESP32S3 development board
- Host: GitHub
- URL: https://github.com/hwzlovedz/esp-pocket2
- Owner: HwzLoveDz
- License: mit
- Created: 2023-10-06T16:24:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T06:43:44.000Z (about 2 years ago)
- Last Synced: 2025-03-21T12:07:54.888Z (over 1 year ago)
- Topics: c, esp-idf, esp32, esp32-s3, freertos, lvgl, touchscreen
- Language: C
- Homepage:
- Size: 51.8 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP-POCKET2 DEV BOARD ESP-IDF EXAMPLE FRAMEWORK
##### 有问题直接进Q群轰炸我:①群-735791683🧨
##### https://oshwhub.com/mondraker/jiu-shi-ni-xiang-yao-de-nei-zhon
## INCLUDE
* AXP202 Power management IC
* BM8563 RTC IC
* DRV2605 LRA/ERM IC
* JY901B 10-Dof IMU Model
* LVGL 8.3.5

## FILE MENU
```c
+---.vscode
+---components
| +---AXP202
| +---BM8563
| +---DRV2605
| +---JY901B
| \---lvgl
| +---include
| +---lvgl
| +---lv_demos
| +---lv_lib_100ask
| \---lv_port
+---main
| +---include
| | +---i2c_peripheral
| | +---lv_assets
| | +---lv_dependent
| | +---lv_squarline
| | \---uart_peripheral
| \---src
| +---i2c_peripheral
| +---lv_assets
| | +---fonts
| | \---png
| +---lv_dependent
| +---lv_squarline
| \---uart_peripheral
\---managed_components
```
***