mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-10-10 21:26:08 +02:00
26 lines
828 B
Plaintext
26 lines
828 B
Plaintext
{
|
|
"version": "v1.0.0",
|
|
"group": "LilyGo",
|
|
"title": "T-Display S3",
|
|
"width": 320,
|
|
"height": 170,
|
|
"min_width": 16,
|
|
"min_height": 16,
|
|
"max_width": 1024,
|
|
"max_height": 1024,
|
|
"offset_x": 0,
|
|
"offset_y": 0,
|
|
"rotation": 0,
|
|
"color_depth": "16",
|
|
"lvgl_export_path": "",
|
|
"lvgl_include_path": "",
|
|
"language": "C",
|
|
"supported_lvgl_version": "8.3.*",
|
|
"pattern_match_files": "./libraries/lv_conf.h, ./ui/ui.ino",
|
|
"ui_export_path": "./libraries/ui/src",
|
|
"url": "https://www.lilygo.cc/products/t-display-s3",
|
|
"short_description": "LilyGo T-Display S3 with LVGL support",
|
|
"long_description": "This board configuration is for the LilyGo T-Display S3, supporting LVGL for GUI development.",
|
|
"repository": "https://github.com/Xinyuan-LilyGO/T-Display-S3"
|
|
}
|