Initial commit, getting all the stuff from PlatformIO

This commit is contained in:
2025-11-02 17:55:41 +00:00
commit 4b4b816a8c
3003 changed files with 1213319 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
name: Development discussion
description: Share your ideas related to development of LVGL
body:
- type: textarea
id: what-happened
attributes:
label: Introduce the problem
placeholder: A clear and concise description of the problem. Also mention some examples and use cases if possible.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposal
placeholder: If you already have an idea about the solution share it here
validations:
required: false