Pi Firmware: Allow a wider range of H Width/V Height

Change-Id: I43e680aa8e79a5cfd73bd37d7f6c2d4fdc0cf4a7
pull/11/head
David Banks 2018-11-12 17:12:29 +00:00
rodzic c45a98bb96
commit b3915c0995
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -94,8 +94,8 @@ static param_t default_params[] = {
{ "Half", 0, 1, 0 },
{ "H offset", 0, 59, 1 },
{ "V offset", 0, 39, 1 },
{ "H width", 50, 100, 1 },
{ "V height", 150, 300, 1 },
{ "H width", 1, 100, 1 },
{ "V height", 1, 300, 1 },
{ "FB width", 400, 800, 1 },
{ "FB height", 480, 600, 1 },
{ "Delay", 0, 15, 1 },
@ -113,8 +113,8 @@ static param_t mode7_params[] = {
{ "Half", 0, 1, 0 },
{ "H offset", 0, 39, 1 },
{ "V offset", 0, 39, 1 },
{ "H width", 50, 100, 1 },
{ "V height", 150, 300, 1 },
{ "H width", 1, 100, 1 },
{ "V height", 1, 300, 1 },
{ "FB width", 400, 800, 1 },
{ "FB height", 480, 600, 1 },
{ "Delay", 0, 15, 1 },