├── README.md ├── code └── 63Y0248.bin ├── fetch.py ├── led.py ├── patch_srom.py ├── srom.py └── srom ├── 63Y0248.bin └── x230.bin /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/README.md -------------------------------------------------------------------------------- /code/63Y0248.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/code/63Y0248.bin -------------------------------------------------------------------------------- /fetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/fetch.py -------------------------------------------------------------------------------- /led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/led.py -------------------------------------------------------------------------------- /patch_srom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/patch_srom.py -------------------------------------------------------------------------------- /srom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/srom.py -------------------------------------------------------------------------------- /srom/63Y0248.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/srom/63Y0248.bin -------------------------------------------------------------------------------- /srom/x230.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xairy/lights-out/HEAD/srom/x230.bin --------------------------------------------------------------------------------