-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
61 lines (61 loc) · 2.85 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Riverdi STM32U5 Embedded 5”",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"CubeIDE"
],
"hardware": {
"chipVendor": "STM32",
"manufacturer": "Riverdi",
"specs": {
"MCU": "STM32U599NJH6Q/STM32U5A9NJH6Q (Cotex-M33, 160MHz)",
"RAM": "2.5MB (internal only)",
"Flash": "4MB (internal only)",
"GPU": "Neo-Chrom (GPU2D), Chrom-Art (DMA2D), Chrom-GRC (GFXMMU)",
"Resolution": "800x480",
"Display Size": "5.0”",
"Interface": "RGB LCD",
"Color Depth": "24-bit",
"DPI": "166 px/inch",
"Technology": "IPS",
"Touch Pad": " Projected Capacitive"
}
},
"description": "STM32 Embedded 5” display is all-in-one complete and open-platform solution being able to independently handle the visual layer of devices with the need for high computing performance. The 5-inch STM32 Embedded Displays series are industrial-quality LCD-TFT solutions based on the STM32U599NJH6Q or STM32U5A9NJH6Q microcontroller. It has been designed in a way that allows to meet most of the hardware and programming challenges faced by engineers, including access to all interfaces.",
"shortDescription": "STM32U5 with NeoChrome on a 800x480 screen.",
"urlToClone": "https://github.com/lvgl/lv_port_riverdi_stm32u5.git",
"logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/st/logo.svg", "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/riverdi/logo.svg"],
"branches": [
"release/v9.2"
],
"getStartedInstructions": "1. Connect a 6-48V power supply to the POWER header on the board using the supplied cable. \n2. Connect a debug probe to the SWD header using the supplied cable.\n 3. Install [STM32 CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html)\n4. Open STM32CubeIDE and import project:` File => Open Projects from File System... => Directory => Select the \"STM32CubeIde\" folder => Finish`\n5. Click the Run button to flash the project",
"settings": [
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1"
},
{
"name": "No",
"value": "0",
"default": "true"
}
],
"actions": [
{
"toReplace": " *#define LV_USE_PERF_MONITOR .*",
"newContent": " #define LV_USE_PERF_MONITOR {value}",
"filePath": "Middlewares/Third_Party/LVGL/lv_conf.h"
}
]
}
]
}