├── GUI ├── mai22maitouch_gui.py ├── mai2touch_pad.py ├── maitouch_pad.py ├── sendtest.py └── touch │ ├── A1.svg │ ├── A1_touch.svg │ ├── A2.svg │ ├── A2_touch.svg │ ├── A3.svg │ ├── A3_touch.svg │ ├── A4.svg │ ├── A4_touch.svg │ ├── A5.svg │ ├── A5_touch.svg │ ├── A6.svg │ ├── A6_touch.svg │ ├── A7.svg │ ├── A7_touch.svg │ ├── A8.svg │ ├── A8_touch.svg │ ├── B1.svg │ ├── B1_touch.svg │ ├── B2.svg │ ├── B2_touch.svg │ ├── B3.svg │ ├── B3_touch.svg │ ├── B4.svg │ ├── B4_touch.svg │ ├── B5.svg │ ├── B5_touch.svg │ ├── B6.svg │ ├── B6_touch.svg │ ├── B7.svg │ ├── B7_touch.svg │ ├── B8.svg │ ├── B8_touch.svg │ ├── C1.svg │ ├── C1_touch.svg │ ├── C2.svg │ ├── C2_touch.svg │ ├── D1.svg │ ├── D1_touch.svg │ ├── D2.svg │ ├── D2_touch.svg │ ├── D3.svg │ ├── D3_touch.svg │ ├── D4.svg │ ├── D4_touch.svg │ ├── D5.svg │ ├── D5_touch.svg │ ├── D6.svg │ ├── D6_touch.svg │ ├── D7.svg │ ├── D7_touch.svg │ ├── D8.svg │ ├── D8_touch.svg │ ├── E1.svg │ ├── E1_touch.svg │ ├── E2.svg │ ├── E2_touch.svg │ ├── E3.svg │ ├── E3_touch.svg │ ├── E4.svg │ ├── E4_touch.svg │ ├── E5.svg │ ├── E5_touch.svg │ ├── E6.svg │ ├── E6_touch.svg │ ├── E7.svg │ ├── E7_touch.svg │ ├── E8.svg │ ├── E8_touch.svg │ ├── mai_A1.svg │ ├── mai_A1_touch.svg │ ├── mai_A2.svg │ ├── mai_A2_touch.svg │ ├── mai_A3.svg │ ├── mai_A3_touch.svg │ ├── mai_A4.svg │ ├── mai_A4_touch.svg │ ├── mai_A5.svg │ ├── mai_A5_touch.svg │ ├── mai_A6.svg │ ├── mai_A6_touch.svg │ ├── mai_A7.svg │ ├── mai_A7_touch.svg │ ├── mai_A8.svg │ ├── mai_A8_touch.svg │ ├── mai_B1.svg │ ├── mai_B1_touch.svg │ ├── mai_B2.svg │ ├── mai_B2_touch.svg │ ├── mai_B3.svg │ ├── mai_B3_touch.svg │ ├── mai_B4.svg │ ├── mai_B4_touch.svg │ ├── mai_B5.svg │ ├── mai_B5_touch.svg │ ├── mai_B6.svg │ ├── mai_B6_touch.svg │ ├── mai_B7.svg │ ├── mai_B7_touch.svg │ ├── mai_B8.svg │ ├── mai_B8_touch.svg │ ├── mai_C.svg │ ├── mai_C_touch.svg │ ├── mai_svg.py │ └── svg.py ├── LICENSE ├── README.md ├── hex2sense.py ├── joy2key4mai.py ├── mai22maitest.py ├── mai22maitouch.py ├── pic ├── mai_touchpanel.png ├── membrem_center.dds ├── membrem_center.png ├── membrem_center.svg ├── membrem_center2.dds ├── membrem_inner.dds ├── membrem_inner.png ├── membrem_inner.svg ├── membrem_inner2.dds ├── membrem_outer.dds ├── membrem_outer.png ├── membrem_outer.svg ├── membrem_outer2.dds └── touch_panel.png └── sense2hex.py /GUI/mai22maitouch_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/mai22maitouch_gui.py -------------------------------------------------------------------------------- /GUI/mai2touch_pad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/mai2touch_pad.py -------------------------------------------------------------------------------- /GUI/maitouch_pad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/maitouch_pad.py -------------------------------------------------------------------------------- /GUI/sendtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/sendtest.py -------------------------------------------------------------------------------- /GUI/touch/A1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A1.svg -------------------------------------------------------------------------------- /GUI/touch/A1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A2.svg -------------------------------------------------------------------------------- /GUI/touch/A2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A3.svg -------------------------------------------------------------------------------- /GUI/touch/A3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A4.svg -------------------------------------------------------------------------------- /GUI/touch/A4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A5.svg -------------------------------------------------------------------------------- /GUI/touch/A5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A6.svg -------------------------------------------------------------------------------- /GUI/touch/A6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A7.svg -------------------------------------------------------------------------------- /GUI/touch/A7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/A8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A8.svg -------------------------------------------------------------------------------- /GUI/touch/A8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/A8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B1.svg -------------------------------------------------------------------------------- /GUI/touch/B1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B2.svg -------------------------------------------------------------------------------- /GUI/touch/B2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B3.svg -------------------------------------------------------------------------------- /GUI/touch/B3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B4.svg -------------------------------------------------------------------------------- /GUI/touch/B4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B5.svg -------------------------------------------------------------------------------- /GUI/touch/B5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B6.svg -------------------------------------------------------------------------------- /GUI/touch/B6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B7.svg -------------------------------------------------------------------------------- /GUI/touch/B7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/B8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B8.svg -------------------------------------------------------------------------------- /GUI/touch/B8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/B8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/C1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/C1.svg -------------------------------------------------------------------------------- /GUI/touch/C1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/C1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/C2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/C2.svg -------------------------------------------------------------------------------- /GUI/touch/C2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/C2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D1.svg -------------------------------------------------------------------------------- /GUI/touch/D1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D2.svg -------------------------------------------------------------------------------- /GUI/touch/D2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D3.svg -------------------------------------------------------------------------------- /GUI/touch/D3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D4.svg -------------------------------------------------------------------------------- /GUI/touch/D4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D5.svg -------------------------------------------------------------------------------- /GUI/touch/D5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D6.svg -------------------------------------------------------------------------------- /GUI/touch/D6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D7.svg -------------------------------------------------------------------------------- /GUI/touch/D7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/D8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D8.svg -------------------------------------------------------------------------------- /GUI/touch/D8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/D8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E1.svg -------------------------------------------------------------------------------- /GUI/touch/E1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E2.svg -------------------------------------------------------------------------------- /GUI/touch/E2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E3.svg -------------------------------------------------------------------------------- /GUI/touch/E3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E4.svg -------------------------------------------------------------------------------- /GUI/touch/E4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E5.svg -------------------------------------------------------------------------------- /GUI/touch/E5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E6.svg -------------------------------------------------------------------------------- /GUI/touch/E6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E7.svg -------------------------------------------------------------------------------- /GUI/touch/E7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/E8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E8.svg -------------------------------------------------------------------------------- /GUI/touch/E8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/E8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A1.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A2.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A3.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A4.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A5.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A6.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A7.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A8.svg -------------------------------------------------------------------------------- /GUI/touch/mai_A8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_A8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B1.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B1_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B1_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B2.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B2_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B2_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B3.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B3_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B3_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B4.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B4_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B4_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B5.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B5_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B5_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B6.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B6_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B6_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B7.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B7_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B7_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B8.svg -------------------------------------------------------------------------------- /GUI/touch/mai_B8_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_B8_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_C.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_C.svg -------------------------------------------------------------------------------- /GUI/touch/mai_C_touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_C_touch.svg -------------------------------------------------------------------------------- /GUI/touch/mai_svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/mai_svg.py -------------------------------------------------------------------------------- /GUI/touch/svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/GUI/touch/svg.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/README.md -------------------------------------------------------------------------------- /hex2sense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/hex2sense.py -------------------------------------------------------------------------------- /joy2key4mai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/joy2key4mai.py -------------------------------------------------------------------------------- /mai22maitest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/mai22maitest.py -------------------------------------------------------------------------------- /mai22maitouch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/mai22maitouch.py -------------------------------------------------------------------------------- /pic/mai_touchpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/mai_touchpanel.png -------------------------------------------------------------------------------- /pic/membrem_center.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_center.dds -------------------------------------------------------------------------------- /pic/membrem_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_center.png -------------------------------------------------------------------------------- /pic/membrem_center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_center.svg -------------------------------------------------------------------------------- /pic/membrem_center2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_center2.dds -------------------------------------------------------------------------------- /pic/membrem_inner.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_inner.dds -------------------------------------------------------------------------------- /pic/membrem_inner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_inner.png -------------------------------------------------------------------------------- /pic/membrem_inner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_inner.svg -------------------------------------------------------------------------------- /pic/membrem_inner2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_inner2.dds -------------------------------------------------------------------------------- /pic/membrem_outer.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_outer.dds -------------------------------------------------------------------------------- /pic/membrem_outer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_outer.png -------------------------------------------------------------------------------- /pic/membrem_outer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_outer.svg -------------------------------------------------------------------------------- /pic/membrem_outer2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/membrem_outer2.dds -------------------------------------------------------------------------------- /pic/touch_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/pic/touch_panel.png -------------------------------------------------------------------------------- /sense2hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eternal973/mai22maitouch/HEAD/sense2hex.py --------------------------------------------------------------------------------