Emula;tor bench mimicing
This commit is contained in:
14
scripts/bench_connect_lcd_sequence.py
Normal file
14
scripts/bench_connect_lcd_sequence.py
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Bench runner for the CONNECT LCD candidate frame sequence."""
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
|
||||
|
||||
from h8536.bench_connect_lcd import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user