From f050a17e6457e6075752ae6a5d4569e84b3ae29d Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Thu, 2 Jul 2020 23:45:08 +0200 Subject: [PATCH] change pin numbering of displays --- .../json_example/output/Display_Config.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/FlippR-Driver/contrib/json_example/output/Display_Config.json b/FlippR-Driver/contrib/json_example/output/Display_Config.json index 397d6c7..e2f9eb6 100644 --- a/FlippR-Driver/contrib/json_example/output/Display_Config.json +++ b/FlippR-Driver/contrib/json_example/output/Display_Config.json @@ -1,49 +1,49 @@ - { - "update_frequency": 1000, + { + "update_frequency": 0, "display_board" : { "segment_select" : { - "A" : 22, - "B" : 27, - "C" : 17 + "A" : 3, + "B" : 2, + "C" : 0 }, "digit_select" : { - "A": 19, - "B": 13, - "C": 6, - "D": 5 + "A": 24, + "B": 23, + "C": 22, + "D": 21 }, - "run" : 21, - "lt" : 26 + "run" : 29, + "lt" : 25 }, "displays" : [ { "digits" : 8, "name" : "Player_1", - "address" : 1 + "address" : 31 }, { "digits" : 8, "name" : "Player_2", - "address" : 20 + "address" : 28 }, { "digits" : 8, "name" : "Player_3", - "address" : 12 + "address" : 26 }, { "digits" : 8, "name" : "Player_4", - "address" : 16 + "address" : 27 }, { "digits" : 8, "name" : "Special_Display", - "address" : 4 - } + "address" : 7 + } ] }