@@ -89,19 +89,19 @@ def LoadCsvFile(arg):
89
89
##############################
90
90
self ._pages = {
91
91
0 : silabs .Si5345Page0 (offset = (0x000 << 2 ),simpleDisplay = simpleDisplay ,expand = False ), # 0x0000 - 0x03FF
92
- 1 : silabs .Si5345Page1 (offset = (0x100 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0400 - 0x07FF
93
- 2 : silabs .Si5345Page2 (offset = (0x200 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0800 - 0x0BFF
94
- 3 : silabs .Si5345Page3 (offset = (0x300 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0C00 - 0x0FFF
95
- 4 : silabs .Si5345Page4 (offset = (0x400 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x1000 - 0x13FF
96
- 5 : silabs .Si5345Page5 (offset = (0x500 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x1400 - 0x17FF
97
-
98
- 6 : silabs .Si5345PageBase (name = 'Page6' ,offset = (0x600 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x1800 - 0x1BFF
99
- 7 : silabs .Si5345PageBase (name = 'Page7' ,offset = (0x700 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x1C00 - 0x1FFF
100
- 8 : silabs .Si5345PageBase (name = 'Page8' ,offset = (0x800 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x2000 - 0x23FF
101
-
102
- 9 : silabs .Si5345Page9 (offset = (0x900 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2400 - 0x27FF
103
- 10 : silabs .Si5345PageA (offset = (0xA00 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2800 - 0x2BFF
104
- 11 : silabs .Si5345PageB (offset = (0xB00 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2C00 - 0x2FFF
92
+ 1 : silabs .Si5345Page1 (offset = (0x100 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0400 - 0x07FF
93
+ 2 : silabs .Si5345Page2 (offset = (0x200 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0800 - 0x0BFF
94
+ 3 : silabs .Si5345Page3 (offset = (0x300 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x0C00 - 0x0FFF
95
+ 4 : silabs .Si5345Page4 (offset = (0x400 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x1000 - 0x13FF
96
+ 5 : silabs .Si5345Page5 (offset = (0x500 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x1400 - 0x17FF
97
+
98
+ 6 : silabs .Si5345PageBase (name = 'Page6' ,offset = (0x600 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x1800 - 0x1BFF
99
+ 7 : silabs .Si5345PageBase (name = 'Page7' ,offset = (0x700 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x1C00 - 0x1FFF
100
+ 8 : silabs .Si5345PageBase (name = 'Page8' ,offset = (0x800 << 2 ),expand = False ,hidden = not (advanceUser )), # 0x2000 - 0x23FF
101
+
102
+ 9 : silabs .Si5345Page9 (offset = (0x900 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2400 - 0x27FF
103
+ 10 : silabs .Si5345PageA (offset = (0xA00 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2800 - 0x2BFF
104
+ 11 : silabs .Si5345PageB (offset = (0xB00 << 2 ),simpleDisplay = simpleDisplay ,expand = False ,hidden = not (advanceUser ),liteVersion = liteVersion ), # 0x2C00 - 0x2FFF
105
105
}
106
106
107
107
# Add Pages
0 commit comments