diff --git a/config/config.template.json b/config/config.template.json index f6330567..433039f7 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -110,7 +110,11 @@ "inverse_colors": false, "show_refresh_rate": false, "led_rgb_sequence": "RGB", - "limit_refresh_rate_hz": 100 + "limit_refresh_rate_hz": 100, + "pixel_mapper_config": "", + "row_address_type": 0, + "multiplexing": 0, + "panel_type": "" }, "runtime": { "gpio_slowdown": 3, @@ -149,7 +153,9 @@ "overflow_mode": "rotate", "dynamic_duration_enabled": true, "min_cycle_duration": 60, - "max_cycle_duration": 240 + "max_cycle_duration": 240, + "frame_based_scrolling": true, + "scroll_delay": 0.02 } }, "sync": { @@ -160,7 +166,8 @@ "plugin_system": { "plugins_directory": "plugin-repos", "auto_discover": true, - "auto_load_enabled": true + "auto_load_enabled": true, + "development_mode": false }, "web-ui-info": { "enabled": true,