From 99aa3941968812e605f2bc08aa97fb4d1998b78d Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 16 Jul 2022 22:00:14 +0100 Subject: [PATCH] Tweak comment --- convert.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/convert.py b/convert.py index 7a80342..4c3114f 100644 --- a/convert.py +++ b/convert.py @@ -10,10 +10,13 @@ import image as image_py import palette as palette_py import screen as screen_py - # TODO: -# - support LR/DLR -# - support HGR +# - support additional graphics modes (easiest --> hardest): +# - LR/DLR +# - SHR 3200 +# - SHR 640 +# - HGR + def add_common_args(parser): parser.add_argument("input", type=str, help="Input image file to process.")