├── .gitattributes ├── .gitignore ├── License.md ├── README.md ├── documentation └── README.md ├── editor └── README.md ├── firmware ├── README.md ├── deprecated │ └── source │ │ └── README.md ├── latest │ ├── CUSTOM_XL │ │ ├── README.md │ │ ├── pin2dmd_XL.bin │ │ ├── pin2dmd_XL.dfu │ │ └── pin2dmd_XL.upd │ ├── EVO128x32_EVO128x16 │ │ ├── PIN2DMD.bin │ │ ├── PIN2DMD.dfu │ │ ├── PIN2DMD.upd │ │ └── README.md │ ├── EVO192x64 │ │ ├── README.md │ │ ├── pin2dmd_XL.bin │ │ ├── pin2dmd_XL.dfu │ │ └── pin2dmd_XL.upd │ ├── EVO256x64 │ │ ├── pin2dmd_HD.bin │ │ ├── pin2dmd_HD.dfu │ │ └── pin2dmd_HD.upd │ ├── MK66 │ │ ├── README.md │ │ ├── config_files.zip │ │ ├── openocd.zip │ │ ├── pin2dmd.bin │ │ └── pin2dmd.upd │ ├── README.md │ ├── SYSXDMD │ │ ├── README.md │ │ ├── sysXdmd.bin │ │ └── sysxdmd.dfu │ ├── V3 STM32F4 DISCOVERY │ │ ├── PIN2DMD.bin │ │ ├── PIN2DMD.dfu │ │ ├── PIN2DMD.upd │ │ └── README.md │ └── V4 NUCLEO-144 │ │ ├── PIN2DMD.bin │ │ ├── PIN2DMD.dfu │ │ ├── PIN2DMD.upd │ │ ├── PIN2DMD_XL.bin │ │ ├── PIN2DMD_XL.dfu │ │ ├── PIN2DMD_XL.upd │ │ └── README.md └── wifi │ ├── ESP8266Flasher.exe │ ├── README.md │ ├── blank.bin │ ├── boot_v1.5.bin │ ├── disco_esp_loader.bin │ ├── disco_esp_loader.dfu │ ├── esp_serial_loader.bin │ ├── esp_serial_loader.dfu │ ├── nucleo_esp_loader.bin │ └── user1.bin ├── hardware ├── ACRYL FRAMES │ ├── README.MD │ ├── SternWS_SPK_HD_1.0.ai │ ├── WPC95_SPK_HD_1.0.ai │ ├── WPC95_SPK_HD_1.0.zip │ ├── frame_128x32.svg │ ├── frame_192x64.svg │ └── frame_192x64P25.svg ├── DC-DC CONVERTER │ ├── PIN2DMD_PWR.brd │ └── PIN2DMD_PWR.sch ├── DE - SEGA - STERN POWER ADAPTER │ ├── Connectors BOM.xlsx │ ├── Data East converter.brd │ ├── Data East converter.sch │ ├── DataEastconverterv8.png │ ├── Data_East_converter_GERBER.zip │ └── README.md ├── DEPRECATED │ ├── DE 128x16 CONTROLLER │ │ ├── Data_East_128x16.brd │ │ ├── Data_East_128x16.sch │ │ ├── README.md │ │ └── bom.csv │ ├── V3 STM32F4 DISCOVERY │ │ ├── PIN2DMD-v3.0.brd │ │ ├── PIN2DMD-v3.0.pdf │ │ ├── PIN2DMD-v3.0.sch │ │ ├── Partlist.md │ │ ├── V3 GERBER.zip │ │ └── Wiring.md │ └── V4 NUCLEO-144 WAVESHARE SD READER │ │ ├── PIN2DMD_Nucleo144.brd │ │ ├── PIN2DMD_Nucleo144.pdf │ │ ├── PIN2DMD_Nucleo144.sch │ │ ├── Partlist.md │ │ └── V4 GERBER.zip ├── DEVEBOX256x64 │ ├── DevEBox_GERBER.zip │ ├── Partlist.md │ └── README.md ├── EVO128x16 │ ├── 128x16.brd │ ├── 128x16.pdf │ ├── 128x16.sch │ ├── PCBWAY_ORDER_EVO128x16.zip │ └── README.md ├── EVO128x32 │ ├── 128x32.brd │ ├── 128x32.pdf │ ├── 128x32.sch │ ├── PCBWAY_ORDER_EVO128x32.zip │ └── README.md ├── EVO192x64 │ ├── 192x64.brd │ ├── 192x64.pdf │ ├── 192x64.sch │ ├── PCBWAY_ORDER_EVO192x64.zip │ └── README.md ├── EVO256x64 │ ├── EVO256x64-BOM.xls │ ├── EVO256x64.brd │ ├── EVO256x64.pdf │ ├── EVO256x64.sch │ └── README.md ├── SYSXDMD │ └── SYSXDMD-BOM.xls └── V4 NUCLEO-144 │ ├── README.md │ ├── WaveShare SD reader │ ├── PIN2DMD_Nucleo144.brd │ ├── PIN2DMD_Nucleo144.pdf │ ├── PIN2DMD_Nucleo144.sch │ ├── Partlist.md │ └── V4 GERBER.zip │ └── chinese SD reader │ ├── PIN2DMD_Nucleo144.brd │ ├── PIN2DMD_Nucleo144.pdf │ ├── PIN2DMD_Nucleo144.sch │ ├── Partlist.md │ ├── V4.03 GERBER.zip │ └── sd_reader.jpg ├── integration ├── P-ROC │ ├── ep_desktop_pygame.py │ ├── libusb-1.0.dll │ └── readme.md ├── Spooky Pinball │ ├── PROP_023.BIN │ ├── README.md │ ├── av_kernel_23.spin │ └── dmd_IO_driver_128x32_16shade.spin ├── XDMD │ ├── XDMD.dll │ ├── XDMDNative.dll │ ├── readme.md │ └── x64 │ │ ├── XDMD.dll │ │ └── XDMDNative.dll ├── pinmame │ ├── README.md │ ├── dmddevice.zip │ └── pin2color_for_dmdext_v2.3.1.zip └── source │ ├── include │ └── libusb.h │ ├── lib │ ├── libusb-1.0.lib │ └── libusb.lib │ ├── pin2dmd_dll.sln │ ├── pin2dmd_dll.v11.suo │ └── pin2dmd_dll │ ├── ReadMe.txt │ ├── pin2dmd.cpp │ ├── pin2dmd.h │ ├── pin2dmd_dll.vcxproj │ ├── pin2dmd_dll.vcxproj.filters │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── tools ├── MacOSX │ └── pin2dmd_v4_osx.zip ├── README.md ├── Win32 │ ├── README.md │ └── pin2dmd_v4_win32.zip ├── Win64 │ └── pin2dmd_v4_win64.zip └── sample_files │ ├── README.md │ ├── RGB_color_test.ppm │ ├── boot.fsq │ ├── colorwheel.ppm │ ├── logo.ppm │ ├── palette_option_a.txt │ ├── palettes_option_b.dat │ ├── palettes_option_t.txt │ ├── pin2dmd.pal │ └── smartdmd_option_s.txt └── usb_driver ├── README.md └── zadig_2.1.2.exe /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/.gitignore -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/README.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/documentation/README.md -------------------------------------------------------------------------------- /editor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/editor/README.md -------------------------------------------------------------------------------- /firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/README.md -------------------------------------------------------------------------------- /firmware/deprecated/source/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/deprecated/source/README.md -------------------------------------------------------------------------------- /firmware/latest/CUSTOM_XL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/CUSTOM_XL/README.md -------------------------------------------------------------------------------- /firmware/latest/CUSTOM_XL/pin2dmd_XL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/CUSTOM_XL/pin2dmd_XL.bin -------------------------------------------------------------------------------- /firmware/latest/CUSTOM_XL/pin2dmd_XL.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/CUSTOM_XL/pin2dmd_XL.dfu -------------------------------------------------------------------------------- /firmware/latest/CUSTOM_XL/pin2dmd_XL.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/CUSTOM_XL/pin2dmd_XL.upd -------------------------------------------------------------------------------- /firmware/latest/EVO128x32_EVO128x16/PIN2DMD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO128x32_EVO128x16/PIN2DMD.bin -------------------------------------------------------------------------------- /firmware/latest/EVO128x32_EVO128x16/PIN2DMD.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO128x32_EVO128x16/PIN2DMD.dfu -------------------------------------------------------------------------------- /firmware/latest/EVO128x32_EVO128x16/PIN2DMD.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO128x32_EVO128x16/PIN2DMD.upd -------------------------------------------------------------------------------- /firmware/latest/EVO128x32_EVO128x16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO128x32_EVO128x16/README.md -------------------------------------------------------------------------------- /firmware/latest/EVO192x64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO192x64/README.md -------------------------------------------------------------------------------- /firmware/latest/EVO192x64/pin2dmd_XL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO192x64/pin2dmd_XL.bin -------------------------------------------------------------------------------- /firmware/latest/EVO192x64/pin2dmd_XL.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO192x64/pin2dmd_XL.dfu -------------------------------------------------------------------------------- /firmware/latest/EVO192x64/pin2dmd_XL.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO192x64/pin2dmd_XL.upd -------------------------------------------------------------------------------- /firmware/latest/EVO256x64/pin2dmd_HD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO256x64/pin2dmd_HD.bin -------------------------------------------------------------------------------- /firmware/latest/EVO256x64/pin2dmd_HD.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO256x64/pin2dmd_HD.dfu -------------------------------------------------------------------------------- /firmware/latest/EVO256x64/pin2dmd_HD.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/EVO256x64/pin2dmd_HD.upd -------------------------------------------------------------------------------- /firmware/latest/MK66/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/MK66/README.md -------------------------------------------------------------------------------- /firmware/latest/MK66/config_files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/MK66/config_files.zip -------------------------------------------------------------------------------- /firmware/latest/MK66/openocd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/MK66/openocd.zip -------------------------------------------------------------------------------- /firmware/latest/MK66/pin2dmd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/MK66/pin2dmd.bin -------------------------------------------------------------------------------- /firmware/latest/MK66/pin2dmd.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/MK66/pin2dmd.upd -------------------------------------------------------------------------------- /firmware/latest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/README.md -------------------------------------------------------------------------------- /firmware/latest/SYSXDMD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/SYSXDMD/README.md -------------------------------------------------------------------------------- /firmware/latest/SYSXDMD/sysXdmd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/SYSXDMD/sysXdmd.bin -------------------------------------------------------------------------------- /firmware/latest/SYSXDMD/sysxdmd.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/SYSXDMD/sysxdmd.dfu -------------------------------------------------------------------------------- /firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.bin -------------------------------------------------------------------------------- /firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.dfu -------------------------------------------------------------------------------- /firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V3 STM32F4 DISCOVERY/PIN2DMD.upd -------------------------------------------------------------------------------- /firmware/latest/V3 STM32F4 DISCOVERY/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V3 STM32F4 DISCOVERY/README.md -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD.bin -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD.dfu -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD.upd -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.bin -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.dfu -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/PIN2DMD_XL.upd -------------------------------------------------------------------------------- /firmware/latest/V4 NUCLEO-144/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/latest/V4 NUCLEO-144/README.md -------------------------------------------------------------------------------- /firmware/wifi/ESP8266Flasher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/ESP8266Flasher.exe -------------------------------------------------------------------------------- /firmware/wifi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/README.md -------------------------------------------------------------------------------- /firmware/wifi/blank.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/blank.bin -------------------------------------------------------------------------------- /firmware/wifi/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/boot_v1.5.bin -------------------------------------------------------------------------------- /firmware/wifi/disco_esp_loader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/disco_esp_loader.bin -------------------------------------------------------------------------------- /firmware/wifi/disco_esp_loader.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/disco_esp_loader.dfu -------------------------------------------------------------------------------- /firmware/wifi/esp_serial_loader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/esp_serial_loader.bin -------------------------------------------------------------------------------- /firmware/wifi/esp_serial_loader.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/esp_serial_loader.dfu -------------------------------------------------------------------------------- /firmware/wifi/nucleo_esp_loader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/nucleo_esp_loader.bin -------------------------------------------------------------------------------- /firmware/wifi/user1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/firmware/wifi/user1.bin -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/README.MD -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/SternWS_SPK_HD_1.0.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/SternWS_SPK_HD_1.0.ai -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/WPC95_SPK_HD_1.0.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/WPC95_SPK_HD_1.0.ai -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/WPC95_SPK_HD_1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/WPC95_SPK_HD_1.0.zip -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/frame_128x32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/frame_128x32.svg -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/frame_192x64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/frame_192x64.svg -------------------------------------------------------------------------------- /hardware/ACRYL FRAMES/frame_192x64P25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/ACRYL FRAMES/frame_192x64P25.svg -------------------------------------------------------------------------------- /hardware/DC-DC CONVERTER/PIN2DMD_PWR.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DC-DC CONVERTER/PIN2DMD_PWR.brd -------------------------------------------------------------------------------- /hardware/DC-DC CONVERTER/PIN2DMD_PWR.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DC-DC CONVERTER/PIN2DMD_PWR.sch -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/Connectors BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/Connectors BOM.xlsx -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/Data East converter.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/Data East converter.brd -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/Data East converter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/Data East converter.sch -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/DataEastconverterv8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/DataEastconverterv8.png -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/Data_East_converter_GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/Data_East_converter_GERBER.zip -------------------------------------------------------------------------------- /hardware/DE - SEGA - STERN POWER ADAPTER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DE - SEGA - STERN POWER ADAPTER/README.md -------------------------------------------------------------------------------- /hardware/DEPRECATED/DE 128x16 CONTROLLER/Data_East_128x16.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/DE 128x16 CONTROLLER/Data_East_128x16.brd -------------------------------------------------------------------------------- /hardware/DEPRECATED/DE 128x16 CONTROLLER/Data_East_128x16.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/DE 128x16 CONTROLLER/Data_East_128x16.sch -------------------------------------------------------------------------------- /hardware/DEPRECATED/DE 128x16 CONTROLLER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/DE 128x16 CONTROLLER/README.md -------------------------------------------------------------------------------- /hardware/DEPRECATED/DE 128x16 CONTROLLER/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/DE 128x16 CONTROLLER/bom.csv -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.brd -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.pdf -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/PIN2DMD-v3.0.sch -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/Partlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/Partlist.md -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/V3 GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/V3 GERBER.zip -------------------------------------------------------------------------------- /hardware/DEPRECATED/V3 STM32F4 DISCOVERY/Wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V3 STM32F4 DISCOVERY/Wiring.md -------------------------------------------------------------------------------- /hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.brd -------------------------------------------------------------------------------- /hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.pdf -------------------------------------------------------------------------------- /hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/PIN2DMD_Nucleo144.sch -------------------------------------------------------------------------------- /hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/Partlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/Partlist.md -------------------------------------------------------------------------------- /hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/V4 GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEPRECATED/V4 NUCLEO-144 WAVESHARE SD READER/V4 GERBER.zip -------------------------------------------------------------------------------- /hardware/DEVEBOX256x64/DevEBox_GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEVEBOX256x64/DevEBox_GERBER.zip -------------------------------------------------------------------------------- /hardware/DEVEBOX256x64/Partlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEVEBOX256x64/Partlist.md -------------------------------------------------------------------------------- /hardware/DEVEBOX256x64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/DEVEBOX256x64/README.md -------------------------------------------------------------------------------- /hardware/EVO128x16/128x16.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x16/128x16.brd -------------------------------------------------------------------------------- /hardware/EVO128x16/128x16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x16/128x16.pdf -------------------------------------------------------------------------------- /hardware/EVO128x16/128x16.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x16/128x16.sch -------------------------------------------------------------------------------- /hardware/EVO128x16/PCBWAY_ORDER_EVO128x16.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x16/PCBWAY_ORDER_EVO128x16.zip -------------------------------------------------------------------------------- /hardware/EVO128x16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x16/README.md -------------------------------------------------------------------------------- /hardware/EVO128x32/128x32.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x32/128x32.brd -------------------------------------------------------------------------------- /hardware/EVO128x32/128x32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x32/128x32.pdf -------------------------------------------------------------------------------- /hardware/EVO128x32/128x32.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x32/128x32.sch -------------------------------------------------------------------------------- /hardware/EVO128x32/PCBWAY_ORDER_EVO128x32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x32/PCBWAY_ORDER_EVO128x32.zip -------------------------------------------------------------------------------- /hardware/EVO128x32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO128x32/README.md -------------------------------------------------------------------------------- /hardware/EVO192x64/192x64.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO192x64/192x64.brd -------------------------------------------------------------------------------- /hardware/EVO192x64/192x64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO192x64/192x64.pdf -------------------------------------------------------------------------------- /hardware/EVO192x64/192x64.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO192x64/192x64.sch -------------------------------------------------------------------------------- /hardware/EVO192x64/PCBWAY_ORDER_EVO192x64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO192x64/PCBWAY_ORDER_EVO192x64.zip -------------------------------------------------------------------------------- /hardware/EVO192x64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO192x64/README.md -------------------------------------------------------------------------------- /hardware/EVO256x64/EVO256x64-BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO256x64/EVO256x64-BOM.xls -------------------------------------------------------------------------------- /hardware/EVO256x64/EVO256x64.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO256x64/EVO256x64.brd -------------------------------------------------------------------------------- /hardware/EVO256x64/EVO256x64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO256x64/EVO256x64.pdf -------------------------------------------------------------------------------- /hardware/EVO256x64/EVO256x64.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO256x64/EVO256x64.sch -------------------------------------------------------------------------------- /hardware/EVO256x64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/EVO256x64/README.md -------------------------------------------------------------------------------- /hardware/SYSXDMD/SYSXDMD-BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/SYSXDMD/SYSXDMD-BOM.xls -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/README.md -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.brd -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.pdf -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/WaveShare SD reader/PIN2DMD_Nucleo144.sch -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/WaveShare SD reader/Partlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/WaveShare SD reader/Partlist.md -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/WaveShare SD reader/V4 GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/WaveShare SD reader/V4 GERBER.zip -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.brd -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.pdf -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/PIN2DMD_Nucleo144.sch -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/Partlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/Partlist.md -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/V4.03 GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/V4.03 GERBER.zip -------------------------------------------------------------------------------- /hardware/V4 NUCLEO-144/chinese SD reader/sd_reader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/hardware/V4 NUCLEO-144/chinese SD reader/sd_reader.jpg -------------------------------------------------------------------------------- /integration/P-ROC/ep_desktop_pygame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/P-ROC/ep_desktop_pygame.py -------------------------------------------------------------------------------- /integration/P-ROC/libusb-1.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/P-ROC/libusb-1.0.dll -------------------------------------------------------------------------------- /integration/P-ROC/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/P-ROC/readme.md -------------------------------------------------------------------------------- /integration/Spooky Pinball/PROP_023.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/Spooky Pinball/PROP_023.BIN -------------------------------------------------------------------------------- /integration/Spooky Pinball/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/Spooky Pinball/README.md -------------------------------------------------------------------------------- /integration/Spooky Pinball/av_kernel_23.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/Spooky Pinball/av_kernel_23.spin -------------------------------------------------------------------------------- /integration/Spooky Pinball/dmd_IO_driver_128x32_16shade.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/Spooky Pinball/dmd_IO_driver_128x32_16shade.spin -------------------------------------------------------------------------------- /integration/XDMD/XDMD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/XDMD/XDMD.dll -------------------------------------------------------------------------------- /integration/XDMD/XDMDNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/XDMD/XDMDNative.dll -------------------------------------------------------------------------------- /integration/XDMD/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/XDMD/readme.md -------------------------------------------------------------------------------- /integration/XDMD/x64/XDMD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/XDMD/x64/XDMD.dll -------------------------------------------------------------------------------- /integration/XDMD/x64/XDMDNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/XDMD/x64/XDMDNative.dll -------------------------------------------------------------------------------- /integration/pinmame/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/pinmame/README.md -------------------------------------------------------------------------------- /integration/pinmame/dmddevice.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/pinmame/dmddevice.zip -------------------------------------------------------------------------------- /integration/pinmame/pin2color_for_dmdext_v2.3.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/pinmame/pin2color_for_dmdext_v2.3.1.zip -------------------------------------------------------------------------------- /integration/source/include/libusb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/include/libusb.h -------------------------------------------------------------------------------- /integration/source/lib/libusb-1.0.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/lib/libusb-1.0.lib -------------------------------------------------------------------------------- /integration/source/lib/libusb.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/lib/libusb.lib -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll.sln -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll.v11.suo -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/ReadMe.txt -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/pin2dmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/pin2dmd.cpp -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/pin2dmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/pin2dmd.h -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/pin2dmd_dll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/pin2dmd_dll.vcxproj -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/pin2dmd_dll.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/pin2dmd_dll.vcxproj.filters -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/stdafx.cpp -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/stdafx.h -------------------------------------------------------------------------------- /integration/source/pin2dmd_dll/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/integration/source/pin2dmd_dll/targetver.h -------------------------------------------------------------------------------- /tools/MacOSX/pin2dmd_v4_osx.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/MacOSX/pin2dmd_v4_osx.zip -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/Win32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/Win32/README.md -------------------------------------------------------------------------------- /tools/Win32/pin2dmd_v4_win32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/Win32/pin2dmd_v4_win32.zip -------------------------------------------------------------------------------- /tools/Win64/pin2dmd_v4_win64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/Win64/pin2dmd_v4_win64.zip -------------------------------------------------------------------------------- /tools/sample_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/README.md -------------------------------------------------------------------------------- /tools/sample_files/RGB_color_test.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/RGB_color_test.ppm -------------------------------------------------------------------------------- /tools/sample_files/boot.fsq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/boot.fsq -------------------------------------------------------------------------------- /tools/sample_files/colorwheel.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/colorwheel.ppm -------------------------------------------------------------------------------- /tools/sample_files/logo.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/logo.ppm -------------------------------------------------------------------------------- /tools/sample_files/palette_option_a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/palette_option_a.txt -------------------------------------------------------------------------------- /tools/sample_files/palettes_option_b.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/palettes_option_b.dat -------------------------------------------------------------------------------- /tools/sample_files/palettes_option_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/palettes_option_t.txt -------------------------------------------------------------------------------- /tools/sample_files/pin2dmd.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/tools/sample_files/pin2dmd.pal -------------------------------------------------------------------------------- /tools/sample_files/smartdmd_option_s.txt: -------------------------------------------------------------------------------- 1 | [smartdmd] 2 | PaletteID=0x08090A0B 3 | 4 | -------------------------------------------------------------------------------- /usb_driver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/usb_driver/README.md -------------------------------------------------------------------------------- /usb_driver/zadig_2.1.2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucky01/PIN2DMD/HEAD/usb_driver/zadig_2.1.2.exe --------------------------------------------------------------------------------