Pi Firmware: allow H Offset of 100

Change-Id: Icde5b8878495dba8cc47e2101132add5e7e0eb48
pull/11/head
David Banks 2018-11-12 12:09:10 +00:00
rodzic fdf0edfe9f
commit 3c923ab9a6
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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 },

Wyświetl plik

@ -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