1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-16 23:29:30 +00:00

decrease minimum V.active limit

This commit is contained in:
marqs 2018-11-03 18:22:57 +02:00
parent 76d69d19bf
commit 3e618cae2c

View File

@ -1,5 +1,5 @@
// //
// Copyright (C) 2015-2017 Markus Hiienkari <mhiienka@niksula.hut.fi> // Copyright (C) 2015-2018 Markus Hiienkari <mhiienka@niksula.hut.fi>
// //
// This file is part of Open Source Scan Converter project. // This file is part of Open Source Scan Converter project.
// //
@ -35,7 +35,7 @@
#define V_SYNCLEN_MAX 7 #define V_SYNCLEN_MAX 7
#define V_BPORCH_MIN 1 #define V_BPORCH_MIN 1
#define V_BPORCH_MAX 63 #define V_BPORCH_MAX 63
#define V_ACTIVE_MIN 200 #define V_ACTIVE_MIN 160
#define V_ACTIVE_MAX 1200 #define V_ACTIVE_MAX 1200
typedef enum { typedef enum {