add utils

This commit is contained in:
2025-11-30 21:17:02 +01:00
parent 70c36111a6
commit 8b99fc33ac
8 changed files with 349 additions and 52 deletions

View File

@@ -564,6 +564,10 @@ def list_supported_displays():
def main():
"""
$ Main function to run display tests
$ python test_display.py --model epd_7_in_5_colour --test all
"""
"""Main function to run display tests"""
parser = argparse.ArgumentParser(description='Universal E-Paper Display Test Script')
parser.add_argument('--model', type=str, default=None,