From bce44237933080ecbd7eab2ebedbe6a221596660 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Fri, 25 Feb 2022 20:52:09 +0100 Subject: [PATCH] Update disp config --- .../json_example/output/Display_Config.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/FlippR-Driver/contrib/json_example/output/Display_Config.json b/FlippR-Driver/contrib/json_example/output/Display_Config.json index 565dfe9..8259df6 100644 --- a/FlippR-Driver/contrib/json_example/output/Display_Config.json +++ b/FlippR-Driver/contrib/json_example/output/Display_Config.json @@ -1,5 +1,5 @@ { - "update_frequency": 500, + "update_frequency": 10, "display_board" : { "segment_select" : @@ -23,22 +23,22 @@ { "digits" : 8, "name" : "Player_1", - "address" : 31 - }, - { - "digits" : 8, - "name" : "Player_2", - "address" : 28 - }, - { - "digits" : 8, - "name" : "Player_3", "address" : 26 }, + { + "digits" : 8, + "name" : "Player_2", + "address" : 38 + }, + { + "digits" : 8, + "name" : "Player_3", + "address" : 32 + }, { "digits" : 8, "name" : "Player_4", - "address" : 27 + "address" : 36 }, { "digits" : 8,