From 3c923ab9a6b71af0ff07fe6c0fea725849a51486 Mon Sep 17 00:00:00 2001 From: David Banks Date: Mon, 12 Nov 2018 12:09:10 +0000 Subject: [PATCH] Pi Firmware: allow H Offset of 100 Change-Id: Icde5b8878495dba8cc47e2101132add5e7e0eb48 --- src/cpld_normal.c | 4 ++-- src/scripts/cmdline.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpld_normal.c b/src/cpld_normal.c index e4ec352d..3c625ca5 100644 --- a/src/cpld_normal.c +++ b/src/cpld_normal.c @@ -94,7 +94,7 @@ static param_t default_params[] = { { "Half", 0, 1, 0 }, { "H offset", 0, 59, 1 }, { "V offset", 0, 39, 1 }, - { "H width", 50, 99, 1 }, + { "H width", 50, 100, 1 }, { "V height", 150, 300, 1 }, { "FB width", 400, 800, 1 }, { "FB height", 480, 600, 1 }, @@ -113,7 +113,7 @@ static param_t mode7_params[] = { { "Half", 0, 1, 0 }, { "H offset", 0, 39, 1 }, { "V offset", 0, 39, 1 }, - { "H width", 50, 99, 1 }, + { "H width", 50, 100, 1 }, { "V height", 150, 300, 1 }, { "FB width", 400, 800, 1 }, { "FB height", 480, 600, 1 }, diff --git a/src/scripts/cmdline.txt b/src/scripts/cmdline.txt index 4743333a..18df3d76 100644 --- a/src/scripts/cmdline.txt +++ b/src/scripts/cmdline.txt @@ -21,7 +21,7 @@ # - Half 0..1 0..1 0 0 # - H Offset 0..59 0..39 32 24 | # - V Offset 0..39 0..39 21 21 | These don't -# - H Width 50..99 50..99 83 63 | need to be +# - H Width 50..100 50..100 83 63 | need to be # - V Height 150..200 150..200 270 270 | changed for # - FB Width 400..800 400..800 672 504 | a Beeb or # - FB Height 480..600 480..600 540 540 | an Electron