https://github.com/lvgl/board_template
https://github.com/lvgl/board_template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lvgl/board_template
- Owner: lvgl
- Created: 2024-05-22T10:05:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T12:41:20.000Z (11 months ago)
- Last Synced: 2025-11-19T06:02:21.050Z (8 months ago)
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LVGL ported to BOARD NAME
## Overview
Short overview
## Buy
You can purchase ... from ...
## Benchmark
Describe the default buffering and other configuration.
The table(s) with the benchmark result
## Specification
### CPU and Memory
- **MCU:**
- **RAM:** ...MB internal, ...MB external SDRAM
- **Flash:** ...MB internal, ..MB External
- **GPU:** if any
### Display and Touch
- **Resolution:** ...x...
- **Display Size:** ..."
- **Interface:** SPI/LCD/MIPI/etc
- **Color Depth:** ...-bit
- **Technology:** TN/IPS
- **DPI:** ... px/inch
- **Touch Pad:** Resistive/Capacitive/None
### Connectivity
- Other peripheries
## Getting started
### Hardware setup
- jumpers, switches
- connect the display
- which USB port to use
### Software setup
- Install drivers if needed
- Install the IDE + links
### Run the project
- Clone this repository repository: ...
- Open the terminal or Import into an IDE...
- Build the project. How?
- Run or Debug. How?
### Debugging
- Debug `printf`?
- Other?
## Notes
Other notes, e.g. different configs, optimization opportunities, adding other libraries to the project, etc
## Contribution and Support
If you find any issues with the development board feel free to open an Issue in this repository. For LVGL related issues (features, bugs, etc) please use the main [lvgl repository](https://github.com/lvgl/lvgl).
If you found a bug and found a solution too please send a Pull request. If you are new to Pull requests refer to [Our Guide](https://docs.lvgl.io/master/CONTRIBUTING.html#pull-request) to learn the basics.