forked from sethitow/mbed-pinetime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbed_app.json
38 lines (38 loc) · 1.04 KB
/
mbed_app.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
{
"name": "mbed-pinetime",
"macros": [
],
"target_overrides": {
"*": {
"mbed-segger-rtt.override_console": true,
"mbed-trace.enable": 0
},
"PINETIME_DEV_KIT": {
"spif-driver.SPI_MOSI": "SPI_MOSI",
"spif-driver.SPI_MISO": "SPI_MISO",
"spif-driver.SPI_CLK": "SPI_SCK",
"spif-driver.SPI_CS": "SPI_CS_FLASH",
"spif-driver.SPI_FREQ": "8000000",
"spif-driver.debug": 0,
"mbed-lvgl.horizontal_res": 240,
"mbed-lvgl.vertical_res": 240,
"mbed-lvgl.display_dpi": 261,
"mbed-lvgl.color_depth": 16,
"mbed-lvgl.color_16_swap": 1,
"mbed-lvgl.antialias": 0,
"mbed-lvgl.max_displays":1,
"mbed-lvgl.use_theme_night": 1,
"mbed-lvgl.enable_canvas": 0,
"mbed-lvgl.enable_font_roboto_16": 1,
"mbed-lvgl.enable_font_roboto_22": 1,
"mbed-lvgl.default_font": "&lv_font_roboto_16"
}
},
"config": {
"enable_analogclock": {
"help": "Enable analogclock objects",
"macro_name": "LV_USE_ANALOGCLOCK",
"value": 1
}
}
}