Skip to content

Commit f37bec4

Browse files
committed
Generate a new emulator config
1 parent 44e6046 commit f37bec4

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

emulator_config.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
{
22
"pixel_outline": 0,
33
"pixel_size": 16,
4-
"pixel_style": "square",
4+
"pixel_style": "real",
55
"pixel_glow": 6,
66
"display_adapter": "browser",
77
"icon_path": null,
88
"emulator_title": null,
99
"suppress_font_warnings": false,
10-
"suppress_adapter_load_errors": true,
10+
"suppress_adapter_load_errors": false,
1111
"browser": {
1212
"_comment": "For use with the browser adapter only.",
1313
"port": 8888,
14-
"target_fps": 30,
14+
"target_fps": 60,
1515
"fps_display": false,
1616
"quality": 70,
1717
"image_border": true,
1818
"debug_text": false,
19-
"image_format": "JPEG"
19+
"image_format": "JPEG",
20+
"open_immediately": false
21+
},
22+
"pi5": {
23+
"_comment": "For use with the pi5 adapter only.",
24+
"pinout": "AdafruitMatrixBonnet",
25+
"n_addr_lines": 4,
26+
"rotation": "Normal",
27+
"n_planes": 10,
28+
"n_temporal_planes": 4,
29+
"n_lanes": 1,
30+
"led_rgb_sequence": "RGB"
2031
},
2132
"log_level": "info"
2233
}

0 commit comments

Comments
 (0)