diff options
author | 2016-03-18 13:28:04 +0100 | |
---|---|---|
committer | 2016-03-18 13:28:31 +0100 | |
commit | ed3f8da80c1c7c015064cdc06902f9586cab7af8 (patch) | |
tree | 58c9b7775b52cc2e70793215091003cf98c8002b /src | |
parent | a320eaf2386f81bf6de213bc2b295344cc0dc207 (diff) |
hh_sm510: output segs to 3 'dimensions' instead of 2
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/carjmbre.cpp | 8 | ||||
-rw-r--r-- | src/mame/drivers/hh_sm510.cpp | 9 | ||||
-rw-r--r-- | src/mame/layout/hh_sm510_test.lay | 521 |
3 files changed, 278 insertions, 260 deletions
diff --git a/src/mame/drivers/carjmbre.cpp b/src/mame/drivers/carjmbre.cpp index 68a1330fefd..127d6d7c385 100644 --- a/src/mame/drivers/carjmbre.cpp +++ b/src/mame/drivers/carjmbre.cpp @@ -4,6 +4,14 @@ Car Jamboree Omori Electric CAD (OEC) 1983 + + TODO: + - colors are wrong + - sprite priorities? + +---------------------------------------------------------------------------- + + PCB sketch: c14 c.d19 c13 c.d18 c10 diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index 13c8b835fc4..5a957fae8d7 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -89,11 +89,14 @@ WRITE16_MEMBER(hh_sm510_state::lcd_segment_w) if (state != m_lcd_output_cache[index]) { - // output to x.y, where x = row a/b/bs/c*4 + H1-4, y = seg1-16 + // output to row.seg.H, where: + // row = row a/b/bs/c (0/1/2/3) + // seg = seg 1-16 (0-15) + // H = H1-H4 (0-3) char buf[0x10]; - sprintf(buf, "%d.%d", offset, seg); + sprintf(buf, "%d.%d.%d", offset >> 2, seg, offset & 3); output().set_value(buf, state); - + m_lcd_output_cache[index] = state; } } diff --git a/src/mame/layout/hh_sm510_test.lay b/src/mame/layout/hh_sm510_test.lay index f960f795acc..6c767675bfd 100644 --- a/src/mame/layout/hh_sm510_test.lay +++ b/src/mame/layout/hh_sm510_test.lay @@ -22,280 +22,287 @@ <bounds left="0" right="64" top="0" bottom="64" /> </bezel> - <!-- max 16*16 matrix --> + <!-- max 4*16*4 matrix --> - <bezel name="0.0" element="led"><bounds x="0" y="0" width="1" height="1" /></bezel> - <bezel name="0.1" element="led"><bounds x="0" y="2" width="1" height="1" /></bezel> - <bezel name="0.2" element="led"><bounds x="0" y="4" width="1" height="1" /></bezel> - <bezel name="0.3" element="led"><bounds x="0" y="6" width="1" height="1" /></bezel> - <bezel name="0.4" element="led"><bounds x="0" y="8" width="1" height="1" /></bezel> - <bezel name="0.5" element="led"><bounds x="0" y="10" width="1" height="1" /></bezel> - <bezel name="0.6" element="led"><bounds x="0" y="12" width="1" height="1" /></bezel> - <bezel name="0.7" element="led"><bounds x="0" y="14" width="1" height="1" /></bezel> - <bezel name="0.8" element="led"><bounds x="0" y="16" width="1" height="1" /></bezel> - <bezel name="0.9" element="led"><bounds x="0" y="18" width="1" height="1" /></bezel> - <bezel name="0.10" element="led"><bounds x="0" y="20" width="1" height="1" /></bezel> - <bezel name="0.11" element="led"><bounds x="0" y="22" width="1" height="1" /></bezel> - <bezel name="0.12" element="led"><bounds x="0" y="24" width="1" height="1" /></bezel> - <bezel name="0.13" element="led"><bounds x="0" y="26" width="1" height="1" /></bezel> - <bezel name="0.14" element="led"><bounds x="0" y="28" width="1" height="1" /></bezel> - <bezel name="0.15" element="led"><bounds x="0" y="30" width="1" height="1" /></bezel> + <!-- a --> - <bezel name="1.0" element="led"><bounds x="2" y="0" width="1" height="1" /></bezel> - <bezel name="1.1" element="led"><bounds x="2" y="2" width="1" height="1" /></bezel> - <bezel name="1.2" element="led"><bounds x="2" y="4" width="1" height="1" /></bezel> - <bezel name="1.3" element="led"><bounds x="2" y="6" width="1" height="1" /></bezel> - <bezel name="1.4" element="led"><bounds x="2" y="8" width="1" height="1" /></bezel> - <bezel name="1.5" element="led"><bounds x="2" y="10" width="1" height="1" /></bezel> - <bezel name="1.6" element="led"><bounds x="2" y="12" width="1" height="1" /></bezel> - <bezel name="1.7" element="led"><bounds x="2" y="14" width="1" height="1" /></bezel> - <bezel name="1.8" element="led"><bounds x="2" y="16" width="1" height="1" /></bezel> - <bezel name="1.9" element="led"><bounds x="2" y="18" width="1" height="1" /></bezel> - <bezel name="1.10" element="led"><bounds x="2" y="20" width="1" height="1" /></bezel> - <bezel name="1.11" element="led"><bounds x="2" y="22" width="1" height="1" /></bezel> - <bezel name="1.12" element="led"><bounds x="2" y="24" width="1" height="1" /></bezel> - <bezel name="1.13" element="led"><bounds x="2" y="26" width="1" height="1" /></bezel> - <bezel name="1.14" element="led"><bounds x="2" y="28" width="1" height="1" /></bezel> - <bezel name="1.15" element="led"><bounds x="2" y="30" width="1" height="1" /></bezel> + <bezel name="0.0.0" element="led"><bounds x="0" y="0" width="1" height="1" /></bezel> + <bezel name="0.1.0" element="led"><bounds x="0" y="2" width="1" height="1" /></bezel> + <bezel name="0.2.0" element="led"><bounds x="0" y="4" width="1" height="1" /></bezel> + <bezel name="0.3.0" element="led"><bounds x="0" y="6" width="1" height="1" /></bezel> + <bezel name="0.4.0" element="led"><bounds x="0" y="8" width="1" height="1" /></bezel> + <bezel name="0.5.0" element="led"><bounds x="0" y="10" width="1" height="1" /></bezel> + <bezel name="0.6.0" element="led"><bounds x="0" y="12" width="1" height="1" /></bezel> + <bezel name="0.7.0" element="led"><bounds x="0" y="14" width="1" height="1" /></bezel> + <bezel name="0.8.0" element="led"><bounds x="0" y="16" width="1" height="1" /></bezel> + <bezel name="0.9.0" element="led"><bounds x="0" y="18" width="1" height="1" /></bezel> + <bezel name="0.10.0" element="led"><bounds x="0" y="20" width="1" height="1" /></bezel> + <bezel name="0.11.0" element="led"><bounds x="0" y="22" width="1" height="1" /></bezel> + <bezel name="0.12.0" element="led"><bounds x="0" y="24" width="1" height="1" /></bezel> + <bezel name="0.13.0" element="led"><bounds x="0" y="26" width="1" height="1" /></bezel> + <bezel name="0.14.0" element="led"><bounds x="0" y="28" width="1" height="1" /></bezel> + <bezel name="0.15.0" element="led"><bounds x="0" y="30" width="1" height="1" /></bezel> - <bezel name="2.0" element="led"><bounds x="4" y="0" width="1" height="1" /></bezel> - <bezel name="2.1" element="led"><bounds x="4" y="2" width="1" height="1" /></bezel> - <bezel name="2.2" element="led"><bounds x="4" y="4" width="1" height="1" /></bezel> - <bezel name="2.3" element="led"><bounds x="4" y="6" width="1" height="1" /></bezel> - <bezel name="2.4" element="led"><bounds x="4" y="8" width="1" height="1" /></bezel> - <bezel name="2.5" element="led"><bounds x="4" y="10" width="1" height="1" /></bezel> - <bezel name="2.6" element="led"><bounds x="4" y="12" width="1" height="1" /></bezel> - <bezel name="2.7" element="led"><bounds x="4" y="14" width="1" height="1" /></bezel> - <bezel name="2.8" element="led"><bounds x="4" y="16" width="1" height="1" /></bezel> - <bezel name="2.9" element="led"><bounds x="4" y="18" width="1" height="1" /></bezel> - <bezel name="2.10" element="led"><bounds x="4" y="20" width="1" height="1" /></bezel> - <bezel name="2.11" element="led"><bounds x="4" y="22" width="1" height="1" /></bezel> - <bezel name="2.12" element="led"><bounds x="4" y="24" width="1" height="1" /></bezel> - <bezel name="2.13" element="led"><bounds x="4" y="26" width="1" height="1" /></bezel> - <bezel name="2.14" element="led"><bounds x="4" y="28" width="1" height="1" /></bezel> - <bezel name="2.15" element="led"><bounds x="4" y="30" width="1" height="1" /></bezel> + <bezel name="0.0.1" element="led"><bounds x="2" y="0" width="1" height="1" /></bezel> + <bezel name="0.1.1" element="led"><bounds x="2" y="2" width="1" height="1" /></bezel> + <bezel name="0.2.1" element="led"><bounds x="2" y="4" width="1" height="1" /></bezel> + <bezel name="0.3.1" element="led"><bounds x="2" y="6" width="1" height="1" /></bezel> + <bezel name="0.4.1" element="led"><bounds x="2" y="8" width="1" height="1" /></bezel> + <bezel name="0.5.1" element="led"><bounds x="2" y="10" width="1" height="1" /></bezel> + <bezel name="0.6.1" element="led"><bounds x="2" y="12" width="1" height="1" /></bezel> + <bezel name="0.7.1" element="led"><bounds x="2" y="14" width="1" height="1" /></bezel> + <bezel name="0.8.1" element="led"><bounds x="2" y="16" width="1" height="1" /></bezel> + <bezel name="0.9.1" element="led"><bounds x="2" y="18" width="1" height="1" /></bezel> + <bezel name="0.10.1" element="led"><bounds x="2" y="20" width="1" height="1" /></bezel> + <bezel name="0.11.1" element="led"><bounds x="2" y="22" width="1" height="1" /></bezel> + <bezel name="0.12.1" element="led"><bounds x="2" y="24" width="1" height="1" /></bezel> + <bezel name="0.13.1" element="led"><bounds x="2" y="26" width="1" height="1" /></bezel> + <bezel name="0.14.1" element="led"><bounds x="2" y="28" width="1" height="1" /></bezel> + <bezel name="0.15.1" element="led"><bounds x="2" y="30" width="1" height="1" /></bezel> - <bezel name="3.0" element="led"><bounds x="6" y="0" width="1" height="1" /></bezel> - <bezel name="3.1" element="led"><bounds x="6" y="2" width="1" height="1" /></bezel> - <bezel name="3.2" element="led"><bounds x="6" y="4" width="1" height="1" /></bezel> - <bezel name="3.3" element="led"><bounds x="6" y="6" width="1" height="1" /></bezel> - <bezel name="3.4" element="led"><bounds x="6" y="8" width="1" height="1" /></bezel> - <bezel name="3.5" element="led"><bounds x="6" y="10" width="1" height="1" /></bezel> - <bezel name="3.6" element="led"><bounds x="6" y="12" width="1" height="1" /></bezel> - <bezel name="3.7" element="led"><bounds x="6" y="14" width="1" height="1" /></bezel> - <bezel name="3.8" element="led"><bounds x="6" y="16" width="1" height="1" /></bezel> - <bezel name="3.9" element="led"><bounds x="6" y="18" width="1" height="1" /></bezel> - <bezel name="3.10" element="led"><bounds x="6" y="20" width="1" height="1" /></bezel> - <bezel name="3.11" element="led"><bounds x="6" y="22" width="1" height="1" /></bezel> - <bezel name="3.12" element="led"><bounds x="6" y="24" width="1" height="1" /></bezel> - <bezel name="3.13" element="led"><bounds x="6" y="26" width="1" height="1" /></bezel> - <bezel name="3.14" element="led"><bounds x="6" y="28" width="1" height="1" /></bezel> - <bezel name="3.15" element="led"><bounds x="6" y="30" width="1" height="1" /></bezel> + <bezel name="0.0.2" element="led"><bounds x="4" y="0" width="1" height="1" /></bezel> + <bezel name="0.1.2" element="led"><bounds x="4" y="2" width="1" height="1" /></bezel> + <bezel name="0.2.2" element="led"><bounds x="4" y="4" width="1" height="1" /></bezel> + <bezel name="0.3.2" element="led"><bounds x="4" y="6" width="1" height="1" /></bezel> + <bezel name="0.4.2" element="led"><bounds x="4" y="8" width="1" height="1" /></bezel> + <bezel name="0.5.2" element="led"><bounds x="4" y="10" width="1" height="1" /></bezel> + <bezel name="0.6.2" element="led"><bounds x="4" y="12" width="1" height="1" /></bezel> + <bezel name="0.7.2" element="led"><bounds x="4" y="14" width="1" height="1" /></bezel> + <bezel name="0.8.2" element="led"><bounds x="4" y="16" width="1" height="1" /></bezel> + <bezel name="0.9.2" element="led"><bounds x="4" y="18" width="1" height="1" /></bezel> + <bezel name="0.10.2" element="led"><bounds x="4" y="20" width="1" height="1" /></bezel> + <bezel name="0.11.2" element="led"><bounds x="4" y="22" width="1" height="1" /></bezel> + <bezel name="0.12.2" element="led"><bounds x="4" y="24" width="1" height="1" /></bezel> + <bezel name="0.13.2" element="led"><bounds x="4" y="26" width="1" height="1" /></bezel> + <bezel name="0.14.2" element="led"><bounds x="4" y="28" width="1" height="1" /></bezel> + <bezel name="0.15.2" element="led"><bounds x="4" y="30" width="1" height="1" /></bezel> - <bezel name="4.0" element="led"><bounds x="8" y="0" width="1" height="1" /></bezel> - <bezel name="4.1" element="led"><bounds x="8" y="2" width="1" height="1" /></bezel> - <bezel name="4.2" element="led"><bounds x="8" y="4" width="1" height="1" /></bezel> - <bezel name="4.3" element="led"><bounds x="8" y="6" width="1" height="1" /></bezel> - <bezel name="4.4" element="led"><bounds x="8" y="8" width="1" height="1" /></bezel> - <bezel name="4.5" element="led"><bounds x="8" y="10" width="1" height="1" /></bezel> - <bezel name="4.6" element="led"><bounds x="8" y="12" width="1" height="1" /></bezel> - <bezel name="4.7" element="led"><bounds x="8" y="14" width="1" height="1" /></bezel> - <bezel name="4.8" element="led"><bounds x="8" y="16" width="1" height="1" /></bezel> - <bezel name="4.9" element="led"><bounds x="8" y="18" width="1" height="1" /></bezel> - <bezel name="4.10" element="led"><bounds x="8" y="20" width="1" height="1" /></bezel> - <bezel name="4.11" element="led"><bounds x="8" y="22" width="1" height="1" /></bezel> - <bezel name="4.12" element="led"><bounds x="8" y="24" width="1" height="1" /></bezel> - <bezel name="4.13" element="led"><bounds x="8" y="26" width="1" height="1" /></bezel> - <bezel name="4.14" element="led"><bounds x="8" y="28" width="1" height="1" /></bezel> - <bezel name="4.15" element="led"><bounds x="8" y="30" width="1" height="1" /></bezel> + <bezel name="0.0.3" element="led"><bounds x="6" y="0" width="1" height="1" /></bezel> + <bezel name="0.1.3" element="led"><bounds x="6" y="2" width="1" height="1" /></bezel> + <bezel name="0.2.3" element="led"><bounds x="6" y="4" width="1" height="1" /></bezel> + <bezel name="0.3.3" element="led"><bounds x="6" y="6" width="1" height="1" /></bezel> + <bezel name="0.4.3" element="led"><bounds x="6" y="8" width="1" height="1" /></bezel> + <bezel name="0.5.3" element="led"><bounds x="6" y="10" width="1" height="1" /></bezel> + <bezel name="0.6.3" element="led"><bounds x="6" y="12" width="1" height="1" /></bezel> + <bezel name="0.7.3" element="led"><bounds x="6" y="14" width="1" height="1" /></bezel> + <bezel name="0.8.3" element="led"><bounds x="6" y="16" width="1" height="1" /></bezel> + <bezel name="0.9.3" element="led"><bounds x="6" y="18" width="1" height="1" /></bezel> + <bezel name="0.10.3" element="led"><bounds x="6" y="20" width="1" height="1" /></bezel> + <bezel name="0.11.3" element="led"><bounds x="6" y="22" width="1" height="1" /></bezel> + <bezel name="0.12.3" element="led"><bounds x="6" y="24" width="1" height="1" /></bezel> + <bezel name="0.13.3" element="led"><bounds x="6" y="26" width="1" height="1" /></bezel> + <bezel name="0.14.3" element="led"><bounds x="6" y="28" width="1" height="1" /></bezel> + <bezel name="0.15.3" element="led"><bounds x="6" y="30" width="1" height="1" /></bezel> - <bezel name="5.0" element="led"><bounds x="10" y="0" width="1" height="1" /></bezel> - <bezel name="5.1" element="led"><bounds x="10" y="2" width="1" height="1" /></bezel> - <bezel name="5.2" element="led"><bounds x="10" y="4" width="1" height="1" /></bezel> - <bezel name="5.3" element="led"><bounds x="10" y="6" width="1" height="1" /></bezel> - <bezel name="5.4" element="led"><bounds x="10" y="8" width="1" height="1" /></bezel> - <bezel name="5.5" element="led"><bounds x="10" y="10" width="1" height="1" /></bezel> - <bezel name="5.6" element="led"><bounds x="10" y="12" width="1" height="1" /></bezel> - <bezel name="5.7" element="led"><bounds x="10" y="14" width="1" height="1" /></bezel> - <bezel name="5.8" element="led"><bounds x="10" y="16" width="1" height="1" /></bezel> - <bezel name="5.9" element="led"><bounds x="10" y="18" width="1" height="1" /></bezel> - <bezel name="5.10" element="led"><bounds x="10" y="20" width="1" height="1" /></bezel> - <bezel name="5.11" element="led"><bounds x="10" y="22" width="1" height="1" /></bezel> - <bezel name="5.12" element="led"><bounds x="10" y="24" width="1" height="1" /></bezel> - <bezel name="5.13" element="led"><bounds x="10" y="26" width="1" height="1" /></bezel> - <bezel name="5.14" element="led"><bounds x="10" y="28" width="1" height="1" /></bezel> - <bezel name="5.15" element="led"><bounds x="10" y="30" width="1" height="1" /></bezel> + <!-- b --> - <bezel name="6.0" element="led"><bounds x="12" y="0" width="1" height="1" /></bezel> - <bezel name="6.1" element="led"><bounds x="12" y="2" width="1" height="1" /></bezel> - <bezel name="6.2" element="led"><bounds x="12" y="4" width="1" height="1" /></bezel> - <bezel name="6.3" element="led"><bounds x="12" y="6" width="1" height="1" /></bezel> - <bezel name="6.4" element="led"><bounds x="12" y="8" width="1" height="1" /></bezel> - <bezel name="6.5" element="led"><bounds x="12" y="10" width="1" height="1" /></bezel> - <bezel name="6.6" element="led"><bounds x="12" y="12" width="1" height="1" /></bezel> - <bezel name="6.7" element="led"><bounds x="12" y="14" width="1" height="1" /></bezel> - <bezel name="6.8" element="led"><bounds x="12" y="16" width="1" height="1" /></bezel> - <bezel name="6.9" element="led"><bounds x="12" y="18" width="1" height="1" /></bezel> - <bezel name="6.10" element="led"><bounds x="12" y="20" width="1" height="1" /></bezel> - <bezel name="6.11" element="led"><bounds x="12" y="22" width="1" height="1" /></bezel> - <bezel name="6.12" element="led"><bounds x="12" y="24" width="1" height="1" /></bezel> - <bezel name="6.13" element="led"><bounds x="12" y="26" width="1" height="1" /></bezel> - <bezel name="6.14" element="led"><bounds x="12" y="28" width="1" height="1" /></bezel> - <bezel name="6.15" element="led"><bounds x="12" y="30" width="1" height="1" /></bezel> + <bezel name="1.0.0" element="led"><bounds x="10" y="0" width="1" height="1" /></bezel> + <bezel name="1.1.0" element="led"><bounds x="10" y="2" width="1" height="1" /></bezel> + <bezel name="1.2.0" element="led"><bounds x="10" y="4" width="1" height="1" /></bezel> + <bezel name="1.3.0" element="led"><bounds x="10" y="6" width="1" height="1" /></bezel> + <bezel name="1.4.0" element="led"><bounds x="10" y="8" width="1" height="1" /></bezel> + <bezel name="1.5.0" element="led"><bounds x="10" y="10" width="1" height="1" /></bezel> + <bezel name="1.6.0" element="led"><bounds x="10" y="12" width="1" height="1" /></bezel> + <bezel name="1.7.0" element="led"><bounds x="10" y="14" width="1" height="1" /></bezel> + <bezel name="1.8.0" element="led"><bounds x="10" y="16" width="1" height="1" /></bezel> + <bezel name="1.9.0" element="led"><bounds x="10" y="18" width="1" height="1" /></bezel> + <bezel name="1.10.0" element="led"><bounds x="10" y="20" width="1" height="1" /></bezel> + <bezel name="1.11.0" element="led"><bounds x="10" y="22" width="1" height="1" /></bezel> + <bezel name="1.12.0" element="led"><bounds x="10" y="24" width="1" height="1" /></bezel> + <bezel name="1.13.0" element="led"><bounds x="10" y="26" width="1" height="1" /></bezel> + <bezel name="1.14.0" element="led"><bounds x="10" y="28" width="1" height="1" /></bezel> + <bezel name="1.15.0" element="led"><bounds x="10" y="30" width="1" height="1" /></bezel> - <bezel name="7.0" element="led"><bounds x="14" y="0" width="1" height="1" /></bezel> - <bezel name="7.1" element="led"><bounds x="14" y="2" width="1" height="1" /></bezel> - <bezel name="7.2" element="led"><bounds x="14" y="4" width="1" height="1" /></bezel> - <bezel name="7.3" element="led"><bounds x="14" y="6" width="1" height="1" /></bezel> - <bezel name="7.4" element="led"><bounds x="14" y="8" width="1" height="1" /></bezel> - <bezel name="7.5" element="led"><bounds x="14" y="10" width="1" height="1" /></bezel> - <bezel name="7.6" element="led"><bounds x="14" y="12" width="1" height="1" /></bezel> - <bezel name="7.7" element="led"><bounds x="14" y="14" width="1" height="1" /></bezel> - <bezel name="7.8" element="led"><bounds x="14" y="16" width="1" height="1" /></bezel> - <bezel name="7.9" element="led"><bounds x="14" y="18" width="1" height="1" /></bezel> - <bezel name="7.10" element="led"><bounds x="14" y="20" width="1" height="1" /></bezel> - <bezel name="7.11" element="led"><bounds x="14" y="22" width="1" height="1" /></bezel> - <bezel name="7.12" element="led"><bounds x="14" y="24" width="1" height="1" /></bezel> - <bezel name="7.13" element="led"><bounds x="14" y="26" width="1" height="1" /></bezel> - <bezel name="7.14" element="led"><bounds x="14" y="28" width="1" height="1" /></bezel> - <bezel name="7.15" element="led"><bounds x="14" y="30" width="1" height="1" /></bezel> + <bezel name="1.0.1" element="led"><bounds x="12" y="0" width="1" height="1" /></bezel> + <bezel name="1.1.1" element="led"><bounds x="12" y="2" width="1" height="1" /></bezel> + <bezel name="1.2.1" element="led"><bounds x="12" y="4" width="1" height="1" /></bezel> + <bezel name="1.3.1" element="led"><bounds x="12" y="6" width="1" height="1" /></bezel> + <bezel name="1.4.1" element="led"><bounds x="12" y="8" width="1" height="1" /></bezel> + <bezel name="1.5.1" element="led"><bounds x="12" y="10" width="1" height="1" /></bezel> + <bezel name="1.6.1" element="led"><bounds x="12" y="12" width="1" height="1" /></bezel> + <bezel name="1.7.1" element="led"><bounds x="12" y="14" width="1" height="1" /></bezel> + <bezel name="1.8.1" element="led"><bounds x="12" y="16" width="1" height="1" /></bezel> + <bezel name="1.9.1" element="led"><bounds x="12" y="18" width="1" height="1" /></bezel> + <bezel name="1.10.1" element="led"><bounds x="12" y="20" width="1" height="1" /></bezel> + <bezel name="1.11.1" element="led"><bounds x="12" y="22" width="1" height="1" /></bezel> + <bezel name="1.12.1" element="led"><bounds x="12" y="24" width="1" height="1" /></bezel> + <bezel name="1.13.1" element="led"><bounds x="12" y="26" width="1" height="1" /></bezel> + <bezel name="1.14.1" element="led"><bounds x="12" y="28" width="1" height="1" /></bezel> + <bezel name="1.15.1" element="led"><bounds x="12" y="30" width="1" height="1" /></bezel> - <bezel name="8.0" element="led"><bounds x="16" y="0" width="1" height="1" /></bezel> - <bezel name="8.1" element="led"><bounds x="16" y="2" width="1" height="1" /></bezel> - <bezel name="8.2" element="led"><bounds x="16" y="4" width="1" height="1" /></bezel> - <bezel name="8.3" element="led"><bounds x="16" y="6" width="1" height="1" /></bezel> - <bezel name="8.4" element="led"><bounds x="16" y="8" width="1" height="1" /></bezel> - <bezel name="8.5" element="led"><bounds x="16" y="10" width="1" height="1" /></bezel> - <bezel name="8.6" element="led"><bounds x="16" y="12" width="1" height="1" /></bezel> - <bezel name="8.7" element="led"><bounds x="16" y="14" width="1" height="1" /></bezel> - <bezel name="8.8" element="led"><bounds x="16" y="16" width="1" height="1" /></bezel> - <bezel name="8.9" element="led"><bounds x="16" y="18" width="1" height="1" /></bezel> - <bezel name="8.10" element="led"><bounds x="16" y="20" width="1" height="1" /></bezel> - <bezel name="8.11" element="led"><bounds x="16" y="22" width="1" height="1" /></bezel> - <bezel name="8.12" element="led"><bounds x="16" y="24" width="1" height="1" /></bezel> - <bezel name="8.13" element="led"><bounds x="16" y="26" width="1" height="1" /></bezel> - <bezel name="8.14" element="led"><bounds x="16" y="28" width="1" height="1" /></bezel> - <bezel name="8.15" element="led"><bounds x="16" y="30" width="1" height="1" /></bezel> + <bezel name="1.0.2" element="led"><bounds x="14" y="0" width="1" height="1" /></bezel> + <bezel name="1.1.2" element="led"><bounds x="14" y="2" width="1" height="1" /></bezel> + <bezel name="1.2.2" element="led"><bounds x="14" y="4" width="1" height="1" /></bezel> + <bezel name="1.3.2" element="led"><bounds x="14" y="6" width="1" height="1" /></bezel> + <bezel name="1.4.2" element="led"><bounds x="14" y="8" width="1" height="1" /></bezel> + <bezel name="1.5.2" element="led"><bounds x="14" y="10" width="1" height="1" /></bezel> + <bezel name="1.6.2" element="led"><bounds x="14" y="12" width="1" height="1" /></bezel> + <bezel name="1.7.2" element="led"><bounds x="14" y="14" width="1" height="1" /></bezel> + <bezel name="1.8.2" element="led"><bounds x="14" y="16" width="1" height="1" /></bezel> + <bezel name="1.9.2" element="led"><bounds x="14" y="18" width="1" height="1" /></bezel> + <bezel name="1.10.2" element="led"><bounds x="14" y="20" width="1" height="1" /></bezel> + <bezel name="1.11.2" element="led"><bounds x="14" y="22" width="1" height="1" /></bezel> + <bezel name="1.12.2" element="led"><bounds x="14" y="24" width="1" height="1" /></bezel> + <bezel name="1.13.2" element="led"><bounds x="14" y="26" width="1" height="1" /></bezel> + <bezel name="1.14.2" element="led"><bounds x="14" y="28" width="1" height="1" /></bezel> + <bezel name="1.15.2" element="led"><bounds x="14" y="30" width="1" height="1" /></bezel> - <bezel name="9.0" element="led"><bounds x="18" y="0" width="1" height="1" /></bezel> - <bezel name="9.1" element="led"><bounds x="18" y="2" width="1" height="1" /></bezel> - <bezel name="9.2" element="led"><bounds x="18" y="4" width="1" height="1" /></bezel> - <bezel name="9.3" element="led"><bounds x="18" y="6" width="1" height="1" /></bezel> - <bezel name="9.4" element="led"><bounds x="18" y="8" width="1" height="1" /></bezel> - <bezel name="9.5" element="led"><bounds x="18" y="10" width="1" height="1" /></bezel> - <bezel name="9.6" element="led"><bounds x="18" y="12" width="1" height="1" /></bezel> - <bezel name="9.7" element="led"><bounds x="18" y="14" width="1" height="1" /></bezel> - <bezel name="9.8" element="led"><bounds x="18" y="16" width="1" height="1" /></bezel> - <bezel name="9.9" element="led"><bounds x="18" y="18" width="1" height="1" /></bezel> - <bezel name="9.10" element="led"><bounds x="18" y="20" width="1" height="1" /></bezel> - <bezel name="9.11" element="led"><bounds x="18" y="22" width="1" height="1" /></bezel> - <bezel name="9.12" element="led"><bounds x="18" y="24" width="1" height="1" /></bezel> - <bezel name="9.13" element="led"><bounds x="18" y="26" width="1" height="1" /></bezel> - <bezel name="9.14" element="led"><bounds x="18" y="28" width="1" height="1" /></bezel> - <bezel name="9.15" element="led"><bounds x="18" y="30" width="1" height="1" /></bezel> + <bezel name="1.0.3" element="led"><bounds x="16" y="0" width="1" height="1" /></bezel> + <bezel name="1.1.3" element="led"><bounds x="16" y="2" width="1" height="1" /></bezel> + <bezel name="1.2.3" element="led"><bounds x="16" y="4" width="1" height="1" /></bezel> + <bezel name="1.3.3" element="led"><bounds x="16" y="6" width="1" height="1" /></bezel> + <bezel name="1.4.3" element="led"><bounds x="16" y="8" width="1" height="1" /></bezel> + <bezel name="1.5.3" element="led"><bounds x="16" y="10" width="1" height="1" /></bezel> + <bezel name="1.6.3" element="led"><bounds x="16" y="12" width="1" height="1" /></bezel> + <bezel name="1.7.3" element="led"><bounds x="16" y="14" width="1" height="1" /></bezel> + <bezel name="1.8.3" element="led"><bounds x="16" y="16" width="1" height="1" /></bezel> + <bezel name="1.9.3" element="led"><bounds x="16" y="18" width="1" height="1" /></bezel> + <bezel name="1.10.3" element="led"><bounds x="16" y="20" width="1" height="1" /></bezel> + <bezel name="1.11.3" element="led"><bounds x="16" y="22" width="1" height="1" /></bezel> + <bezel name="1.12.3" element="led"><bounds x="16" y="24" width="1" height="1" /></bezel> + <bezel name="1.13.3" element="led"><bounds x="16" y="26" width="1" height="1" /></bezel> + <bezel name="1.14.3" element="led"><bounds x="16" y="28" width="1" height="1" /></bezel> + <bezel name="1.15.3" element="led"><bounds x="16" y="30" width="1" height="1" /></bezel> - <bezel name="10.0" element="led"><bounds x="20" y="0" width="1" height="1" /></bezel> - <bezel name="10.1" element="led"><bounds x="20" y="2" width="1" height="1" /></bezel> - <bezel name="10.2" element="led"><bounds x="20" y="4" width="1" height="1" /></bezel> - <bezel name="10.3" element="led"><bounds x="20" y="6" width="1" height="1" /></bezel> - <bezel name="10.4" element="led"><bounds x="20" y="8" width="1" height="1" /></bezel> - <bezel name="10.5" element="led"><bounds x="20" y="10" width="1" height="1" /></bezel> - <bezel name="10.6" element="led"><bounds x="20" y="12" width="1" height="1" /></bezel> - <bezel name="10.7" element="led"><bounds x="20" y="14" width="1" height="1" /></bezel> - <bezel name="10.8" element="led"><bounds x="20" y="16" width="1" height="1" /></bezel> - <bezel name="10.9" element="led"><bounds x="20" y="18" width="1" height="1" /></bezel> - <bezel name="10.10" element="led"><bounds x="20" y="20" width="1" height="1" /></bezel> - <bezel name="10.11" element="led"><bounds x="20" y="22" width="1" height="1" /></bezel> - <bezel name="10.12" element="led"><bounds x="20" y="24" width="1" height="1" /></bezel> - <bezel name="10.13" element="led"><bounds x="20" y="26" width="1" height="1" /></bezel> - <bezel name="10.14" element="led"><bounds x="20" y="28" width="1" height="1" /></bezel> - <bezel name="10.15" element="led"><bounds x="20" y="30" width="1" height="1" /></bezel> + <!-- bs --> - <bezel name="11.0" element="led"><bounds x="22" y="0" width="1" height="1" /></bezel> - <bezel name="11.1" element="led"><bounds x="22" y="2" width="1" height="1" /></bezel> - <bezel name="11.2" element="led"><bounds x="22" y="4" width="1" height="1" /></bezel> - <bezel name="11.3" element="led"><bounds x="22" y="6" width="1" height="1" /></bezel> - <bezel name="11.4" element="led"><bounds x="22" y="8" width="1" height="1" /></bezel> - <bezel name="11.5" element="led"><bounds x="22" y="10" width="1" height="1" /></bezel> - <bezel name="11.6" element="led"><bounds x="22" y="12" width="1" height="1" /></bezel> - <bezel name="11.7" element="led"><bounds x="22" y="14" width="1" height="1" /></bezel> - <bezel name="11.8" element="led"><bounds x="22" y="16" width="1" height="1" /></bezel> - <bezel name="11.9" element="led"><bounds x="22" y="18" width="1" height="1" /></bezel> - <bezel name="11.10" element="led"><bounds x="22" y="20" width="1" height="1" /></bezel> - <bezel name="11.11" element="led"><bounds x="22" y="22" width="1" height="1" /></bezel> - <bezel name="11.12" element="led"><bounds x="22" y="24" width="1" height="1" /></bezel> - <bezel name="11.13" element="led"><bounds x="22" y="26" width="1" height="1" /></bezel> - <bezel name="11.14" element="led"><bounds x="22" y="28" width="1" height="1" /></bezel> - <bezel name="11.15" element="led"><bounds x="22" y="30" width="1" height="1" /></bezel> + <bezel name="2.0.0" element="led"><bounds x="20" y="0" width="1" height="1" /></bezel> + <bezel name="2.1.0" element="led"><bounds x="20" y="2" width="1" height="1" /></bezel> + <bezel name="2.2.0" element="led"><bounds x="20" y="4" width="1" height="1" /></bezel> + <bezel name="2.3.0" element="led"><bounds x="20" y="6" width="1" height="1" /></bezel> + <bezel name="2.4.0" element="led"><bounds x="20" y="8" width="1" height="1" /></bezel> + <bezel name="2.5.0" element="led"><bounds x="20" y="10" width="1" height="1" /></bezel> + <bezel name="2.6.0" element="led"><bounds x="20" y="12" width="1" height="1" /></bezel> + <bezel name="2.7.0" element="led"><bounds x="20" y="14" width="1" height="1" /></bezel> + <bezel name="2.8.0" element="led"><bounds x="20" y="16" width="1" height="1" /></bezel> + <bezel name="2.9.0" element="led"><bounds x="20" y="18" width="1" height="1" /></bezel> + <bezel name="2.10.0" element="led"><bounds x="20" y="20" width="1" height="1" /></bezel> + <bezel name="2.11.0" element="led"><bounds x="20" y="22" width="1" height="1" /></bezel> + <bezel name="2.12.0" element="led"><bounds x="20" y="24" width="1" height="1" /></bezel> + <bezel name="2.13.0" element="led"><bounds x="20" y="26" width="1" height="1" /></bezel> + <bezel name="2.14.0" element="led"><bounds x="20" y="28" width="1" height="1" /></bezel> + <bezel name="2.15.0" element="led"><bounds x="20" y="30" width="1" height="1" /></bezel> - <bezel name="12.0" element="led"><bounds x="24" y="0" width="1" height="1" /></bezel> - <bezel name="12.1" element="led"><bounds x="24" y="2" width="1" height="1" /></bezel> - <bezel name="12.2" element="led"><bounds x="24" y="4" width="1" height="1" /></bezel> - <bezel name="12.3" element="led"><bounds x="24" y="6" width="1" height="1" /></bezel> - <bezel name="12.4" element="led"><bounds x="24" y="8" width="1" height="1" /></bezel> - <bezel name="12.5" element="led"><bounds x="24" y="10" width="1" height="1" /></bezel> - <bezel name="12.6" element="led"><bounds x="24" y="12" width="1" height="1" /></bezel> - <bezel name="12.7" element="led"><bounds x="24" y="14" width="1" height="1" /></bezel> - <bezel name="12.8" element="led"><bounds x="24" y="16" width="1" height="1" /></bezel> - <bezel name="12.9" element="led"><bounds x="24" y="18" width="1" height="1" /></bezel> - <bezel name="12.10" element="led"><bounds x="24" y="20" width="1" height="1" /></bezel> - <bezel name="12.11" element="led"><bounds x="24" y="22" width="1" height="1" /></bezel> - <bezel name="12.12" element="led"><bounds x="24" y="24" width="1" height="1" /></bezel> - <bezel name="12.13" element="led"><bounds x="24" y="26" width="1" height="1" /></bezel> - <bezel name="12.14" element="led"><bounds x="24" y="28" width="1" height="1" /></bezel> - <bezel name="12.15" element="led"><bounds x="24" y="30" width="1" height="1" /></bezel> + <bezel name="2.0.1" element="led"><bounds x="22" y="0" width="1" height="1" /></bezel> + <bezel name="2.1.1" element="led"><bounds x="22" y="2" width="1" height="1" /></bezel> + <bezel name="2.2.1" element="led"><bounds x="22" y="4" width="1" height="1" /></bezel> + <bezel name="2.3.1" element="led"><bounds x="22" y="6" width="1" height="1" /></bezel> + <bezel name="2.4.1" element="led"><bounds x="22" y="8" width="1" height="1" /></bezel> + <bezel name="2.5.1" element="led"><bounds x="22" y="10" width="1" height="1" /></bezel> + <bezel name="2.6.1" element="led"><bounds x="22" y="12" width="1" height="1" /></bezel> + <bezel name="2.7.1" element="led"><bounds x="22" y="14" width="1" height="1" /></bezel> + <bezel name="2.8.1" element="led"><bounds x="22" y="16" width="1" height="1" /></bezel> + <bezel name="2.9.1" element="led"><bounds x="22" y="18" width="1" height="1" /></bezel> + <bezel name="2.10.1" element="led"><bounds x="22" y="20" width="1" height="1" /></bezel> + <bezel name="2.11.1" element="led"><bounds x="22" y="22" width="1" height="1" /></bezel> + <bezel name="2.12.1" element="led"><bounds x="22" y="24" width="1" height="1" /></bezel> + <bezel name="2.13.1" element="led"><bounds x="22" y="26" width="1" height="1" /></bezel> + <bezel name="2.14.1" element="led"><bounds x="22" y="28" width="1" height="1" /></bezel> + <bezel name="2.15.1" element="led"><bounds x="22" y="30" width="1" height="1" /></bezel> - <bezel name="13.0" element="led"><bounds x="26" y="0" width="1" height="1" /></bezel> - <bezel name="13.1" element="led"><bounds x="26" y="2" width="1" height="1" /></bezel> - <bezel name="13.2" element="led"><bounds x="26" y="4" width="1" height="1" /></bezel> - <bezel name="13.3" element="led"><bounds x="26" y="6" width="1" height="1" /></bezel> - <bezel name="13.4" element="led"><bounds x="26" y="8" width="1" height="1" /></bezel> - <bezel name="13.5" element="led"><bounds x="26" y="10" width="1" height="1" /></bezel> - <bezel name="13.6" element="led"><bounds x="26" y="12" width="1" height="1" /></bezel> - <bezel name="13.7" element="led"><bounds x="26" y="14" width="1" height="1" /></bezel> - <bezel name="13.8" element="led"><bounds x="26" y="16" width="1" height="1" /></bezel> - <bezel name="13.9" element="led"><bounds x="26" y="18" width="1" height="1" /></bezel> - <bezel name="13.10" element="led"><bounds x="26" y="20" width="1" height="1" /></bezel> - <bezel name="13.11" element="led"><bounds x="26" y="22" width="1" height="1" /></bezel> - <bezel name="13.12" element="led"><bounds x="26" y="24" width="1" height="1" /></bezel> - <bezel name="13.13" element="led"><bounds x="26" y="26" width="1" height="1" /></bezel> - <bezel name="13.14" element="led"><bounds x="26" y="28" width="1" height="1" /></bezel> - <bezel name="13.15" element="led"><bounds x="26" y="30" width="1" height="1" /></bezel> + <bezel name="2.0.2" element="led"><bounds x="24" y="0" width="1" height="1" /></bezel> + <bezel name="2.1.2" element="led"><bounds x="24" y="2" width="1" height="1" /></bezel> + <bezel name="2.2.2" element="led"><bounds x="24" y="4" width="1" height="1" /></bezel> + <bezel name="2.3.2" element="led"><bounds x="24" y="6" width="1" height="1" /></bezel> + <bezel name="2.4.2" element="led"><bounds x="24" y="8" width="1" height="1" /></bezel> + <bezel name="2.5.2" element="led"><bounds x="24" y="10" width="1" height="1" /></bezel> + <bezel name="2.6.2" element="led"><bounds x="24" y="12" width="1" height="1" /></bezel> + <bezel name="2.7.2" element="led"><bounds x="24" y="14" width="1" height="1" /></bezel> + <bezel name="2.8.2" element="led"><bounds x="24" y="16" width="1" height="1" /></bezel> + <bezel name="2.9.2" element="led"><bounds x="24" y="18" width="1" height="1" /></bezel> + <bezel name="2.10.2" element="led"><bounds x="24" y="20" width="1" height="1" /></bezel> + <bezel name="2.11.2" element="led"><bounds x="24" y="22" width="1" height="1" /></bezel> + <bezel name="2.12.2" element="led"><bounds x="24" y="24" width="1" height="1" /></bezel> + <bezel name="2.13.2" element="led"><bounds x="24" y="26" width="1" height="1" /></bezel> + <bezel name="2.14.2" element="led"><bounds x="24" y="28" width="1" height="1" /></bezel> + <bezel name="2.15.2" element="led"><bounds x="24" y="30" width="1" height="1" /></bezel> - <bezel name="14.0" element="led"><bounds x="28" y="0" width="1" height="1" /></bezel> - <bezel name="14.1" element="led"><bounds x="28" y="2" width="1" height="1" /></bezel> - <bezel name="14.2" element="led"><bounds x="28" y="4" width="1" height="1" /></bezel> - <bezel name="14.3" element="led"><bounds x="28" y="6" width="1" height="1" /></bezel> - <bezel name="14.4" element="led"><bounds x="28" y="8" width="1" height="1" /></bezel> - <bezel name="14.5" element="led"><bounds x="28" y="10" width="1" height="1" /></bezel> - <bezel name="14.6" element="led"><bounds x="28" y="12" width="1" height="1" /></bezel> - <bezel name="14.7" element="led"><bounds x="28" y="14" width="1" height="1" /></bezel> - <bezel name="14.8" element="led"><bounds x="28" y="16" width="1" height="1" /></bezel> - <bezel name="14.9" element="led"><bounds x="28" y="18" width="1" height="1" /></bezel> - <bezel name="14.10" element="led"><bounds x="28" y="20" width="1" height="1" /></bezel> - <bezel name="14.11" element="led"><bounds x="28" y="22" width="1" height="1" /></bezel> - <bezel name="14.12" element="led"><bounds x="28" y="24" width="1" height="1" /></bezel> - <bezel name="14.13" element="led"><bounds x="28" y="26" width="1" height="1" /></bezel> - <bezel name="14.14" element="led"><bounds x="28" y="28" width="1" height="1" /></bezel> - <bezel name="14.15" element="led"><bounds x="28" y="30" width="1" height="1" /></bezel> + <bezel name="2.0.3" element="led"><bounds x="26" y="0" width="1" height="1" /></bezel> + <bezel name="2.1.3" element="led"><bounds x="26" y="2" width="1" height="1" /></bezel> + <bezel name="2.2.3" element="led"><bounds x="26" y="4" width="1" height="1" /></bezel> + <bezel name="2.3.3" element="led"><bounds x="26" y="6" width="1" height="1" /></bezel> + <bezel name="2.4.3" element="led"><bounds x="26" y="8" width="1" height="1" /></bezel> + <bezel name="2.5.3" element="led"><bounds x="26" y="10" width="1" height="1" /></bezel> + <bezel name="2.6.3" element="led"><bounds x="26" y="12" width="1" height="1" /></bezel> + <bezel name="2.7.3" element="led"><bounds x="26" y="14" width="1" height="1" /></bezel> + <bezel name="2.8.3" element="led"><bounds x="26" y="16" width="1" height="1" /></bezel> + <bezel name="2.9.3" element="led"><bounds x="26" y="18" width="1" height="1" /></bezel> + <bezel name="2.10.3" element="led"><bounds x="26" y="20" width="1" height="1" /></bezel> + <bezel name="2.11.3" element="led"><bounds x="26" y="22" width="1" height="1" /></bezel> + <bezel name="2.12.3" element="led"><bounds x="26" y="24" width="1" height="1" /></bezel> + <bezel name="2.13.3" element="led"><bounds x="26" y="26" width="1" height="1" /></bezel> + <bezel name="2.14.3" element="led"><bounds x="26" y="28" width="1" height="1" /></bezel> + <bezel name="2.15.3" element="led"><bounds x="26" y="30" width="1" height="1" /></bezel> - <bezel name="15.0" element="led"><bounds x="30" y="0" width="1" height="1" /></bezel> - <bezel name="15.1" element="led"><bounds x="30" y="2" width="1" height="1" /></bezel> - <bezel name="15.2" element="led"><bounds x="30" y="4" width="1" height="1" /></bezel> - <bezel name="15.3" element="led"><bounds x="30" y="6" width="1" height="1" /></bezel> - <bezel name="15.4" element="led"><bounds x="30" y="8" width="1" height="1" /></bezel> - <bezel name="15.5" element="led"><bounds x="30" y="10" width="1" height="1" /></bezel> - <bezel name="15.6" element="led"><bounds x="30" y="12" width="1" height="1" /></bezel> - <bezel name="15.7" element="led"><bounds x="30" y="14" width="1" height="1" /></bezel> - <bezel name="15.8" element="led"><bounds x="30" y="16" width="1" height="1" /></bezel> - <bezel name="15.9" element="led"><bounds x="30" y="18" width="1" height="1" /></bezel> - <bezel name="15.10" element="led"><bounds x="30" y="20" width="1" height="1" /></bezel> - <bezel name="15.11" element="led"><bounds x="30" y="22" width="1" height="1" /></bezel> - <bezel name="15.12" element="led"><bounds x="30" y="24" width="1" height="1" /></bezel> - <bezel name="15.13" element="led"><bounds x="30" y="26" width="1" height="1" /></bezel> - <bezel name="15.14" element="led"><bounds x="30" y="28" width="1" height="1" /></bezel> - <bezel name="15.15" element="led"><bounds x="30" y="30" width="1" height="1" /></bezel> + <!-- c --> + <bezel name="3.0.0" element="led"><bounds x="30" y="0" width="1" height="1" /></bezel> + <bezel name="3.1.0" element="led"><bounds x="30" y="2" width="1" height="1" /></bezel> + <bezel name="3.2.0" element="led"><bounds x="30" y="4" width="1" height="1" /></bezel> + <bezel name="3.3.0" element="led"><bounds x="30" y="6" width="1" height="1" /></bezel> + <bezel name="3.4.0" element="led"><bounds x="30" y="8" width="1" height="1" /></bezel> + <bezel name="3.5.0" element="led"><bounds x="30" y="10" width="1" height="1" /></bezel> + <bezel name="3.6.0" element="led"><bounds x="30" y="12" width="1" height="1" /></bezel> + <bezel name="3.7.0" element="led"><bounds x="30" y="14" width="1" height="1" /></bezel> + <bezel name="3.8.0" element="led"><bounds x="30" y="16" width="1" height="1" /></bezel> + <bezel name="3.9.0" element="led"><bounds x="30" y="18" width="1" height="1" /></bezel> + <bezel name="3.10.0" element="led"><bounds x="30" y="20" width="1" height="1" /></bezel> + <bezel name="3.11.0" element="led"><bounds x="30" y="22" width="1" height="1" /></bezel> + <bezel name="3.12.0" element="led"><bounds x="30" y="24" width="1" height="1" /></bezel> + <bezel name="3.13.0" element="led"><bounds x="30" y="26" width="1" height="1" /></bezel> + <bezel name="3.14.0" element="led"><bounds x="30" y="28" width="1" height="1" /></bezel> + <bezel name="3.15.0" element="led"><bounds x="30" y="30" width="1" height="1" /></bezel> + + <bezel name="3.0.1" element="led"><bounds x="32" y="0" width="1" height="1" /></bezel> + <bezel name="3.1.1" element="led"><bounds x="32" y="2" width="1" height="1" /></bezel> + <bezel name="3.2.1" element="led"><bounds x="32" y="4" width="1" height="1" /></bezel> + <bezel name="3.3.1" element="led"><bounds x="32" y="6" width="1" height="1" /></bezel> + <bezel name="3.4.1" element="led"><bounds x="32" y="8" width="1" height="1" /></bezel> + <bezel name="3.5.1" element="led"><bounds x="32" y="10" width="1" height="1" /></bezel> + <bezel name="3.6.1" element="led"><bounds x="32" y="12" width="1" height="1" /></bezel> + <bezel name="3.7.1" element="led"><bounds x="32" y="14" width="1" height="1" /></bezel> + <bezel name="3.8.1" element="led"><bounds x="32" y="16" width="1" height="1" /></bezel> + <bezel name="3.9.1" element="led"><bounds x="32" y="18" width="1" height="1" /></bezel> + <bezel name="3.10.1" element="led"><bounds x="32" y="20" width="1" height="1" /></bezel> + <bezel name="3.11.1" element="led"><bounds x="32" y="22" width="1" height="1" /></bezel> + <bezel name="3.12.1" element="led"><bounds x="32" y="24" width="1" height="1" /></bezel> + <bezel name="3.13.1" element="led"><bounds x="32" y="26" width="1" height="1" /></bezel> + <bezel name="3.14.1" element="led"><bounds x="32" y="28" width="1" height="1" /></bezel> + <bezel name="3.15.1" element="led"><bounds x="32" y="30" width="1" height="1" /></bezel> + + <bezel name="3.0.2" element="led"><bounds x="34" y="0" width="1" height="1" /></bezel> + <bezel name="3.1.2" element="led"><bounds x="34" y="2" width="1" height="1" /></bezel> + <bezel name="3.2.2" element="led"><bounds x="34" y="4" width="1" height="1" /></bezel> + <bezel name="3.3.2" element="led"><bounds x="34" y="6" width="1" height="1" /></bezel> + <bezel name="3.4.2" element="led"><bounds x="34" y="8" width="1" height="1" /></bezel> + <bezel name="3.5.2" element="led"><bounds x="34" y="10" width="1" height="1" /></bezel> + <bezel name="3.6.2" element="led"><bounds x="34" y="12" width="1" height="1" /></bezel> + <bezel name="3.7.2" element="led"><bounds x="34" y="14" width="1" height="1" /></bezel> + <bezel name="3.8.2" element="led"><bounds x="34" y="16" width="1" height="1" /></bezel> + <bezel name="3.9.2" element="led"><bounds x="34" y="18" width="1" height="1" /></bezel> + <bezel name="3.10.2" element="led"><bounds x="34" y="20" width="1" height="1" /></bezel> + <bezel name="3.11.2" element="led"><bounds x="34" y="22" width="1" height="1" /></bezel> + <bezel name="3.12.2" element="led"><bounds x="34" y="24" width="1" height="1" /></bezel> + <bezel name="3.13.2" element="led"><bounds x="34" y="26" width="1" height="1" /></bezel> + <bezel name="3.14.2" element="led"><bounds x="34" y="28" width="1" height="1" /></bezel> + <bezel name="3.15.2" element="led"><bounds x="34" y="30" width="1" height="1" /></bezel> + + <bezel name="3.0.3" element="led"><bounds x="36" y="0" width="1" height="1" /></bezel> + <bezel name="3.1.3" element="led"><bounds x="36" y="2" width="1" height="1" /></bezel> + <bezel name="3.2.3" element="led"><bounds x="36" y="4" width="1" height="1" /></bezel> + <bezel name="3.3.3" element="led"><bounds x="36" y="6" width="1" height="1" /></bezel> + <bezel name="3.4.3" element="led"><bounds x="36" y="8" width="1" height="1" /></bezel> + <bezel name="3.5.3" element="led"><bounds x="36" y="10" width="1" height="1" /></bezel> + <bezel name="3.6.3" element="led"><bounds x="36" y="12" width="1" height="1" /></bezel> + <bezel name="3.7.3" element="led"><bounds x="36" y="14" width="1" height="1" /></bezel> + <bezel name="3.8.3" element="led"><bounds x="36" y="16" width="1" height="1" /></bezel> + <bezel name="3.9.3" element="led"><bounds x="36" y="18" width="1" height="1" /></bezel> + <bezel name="3.10.3" element="led"><bounds x="36" y="20" width="1" height="1" /></bezel> + <bezel name="3.11.3" element="led"><bounds x="36" y="22" width="1" height="1" /></bezel> + <bezel name="3.12.3" element="led"><bounds x="36" y="24" width="1" height="1" /></bezel> + <bezel name="3.13.3" element="led"><bounds x="36" y="26" width="1" height="1" /></bezel> + <bezel name="3.14.3" element="led"><bounds x="36" y="28" width="1" height="1" /></bezel> + <bezel name="3.15.3" element="led"><bounds x="36" y="30" width="1" height="1" /></bezel> </view> </mamelayout> |