Skip to content

Instantly share code, notes, and snippets.

View PowerX-NOT's full-sized avatar
🎯
Focusing

NOT_SURE PowerX-NOT

🎯
Focusing
  • Bangalore, India
  • 08:34 (UTC -12:00)
View GitHub Profile
@PowerX-NOT
PowerX-NOT / DC_dim_lut_calibration.py
Last active July 18, 2023 20:00 — forked from pwnrazr/DC_dim_lut_calibration.py
Modded from Cosmin's fod-dim-lut script
#!/usr/bin/env python3
import bisect
import subprocess
import sys
import time
from threading import Thread
def run_shell_cmd(*args):