gray: use 923, 1742 as the default gray settings

Found by Kbd2.
This commit is contained in:
Lephe 2020-07-10 17:28:44 +02:00
parent 2751dcf045
commit 411bbb9568
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495
2 changed files with 4 additions and 3 deletions

View file

@ -68,6 +68,7 @@ void gray_stop(void);
912 1343 heavy none good 912 1343 heavy none good
993 1609 medium light decent 993 1609 medium light decent
1325 1607 heavy light excellent 1325 1607 heavy light excellent
923 1742 none scanline good [default]
-------------------------------------------------- --------------------------------------------------
Here are values for this version of gint (for the Graph 35+E II only): Here are values for this version of gint (for the Graph 35+E II only):

View file

@ -58,8 +58,8 @@ GCONSTRUCTOR static void gray_init(void)
} }
else else
{ {
delays[0] = 898; delays[0] = 923;
delays[1] = 1350; delays[1] = 1742;
} }
} }