mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-04 01:27:11 +02:00
gray: use 923, 1742 as the default gray settings
Found by Kbd2.
This commit is contained in:
parent
2751dcf045
commit
411bbb9568
2 changed files with 4 additions and 3 deletions
|
@ -68,6 +68,7 @@ void gray_stop(void);
|
|||
912 1343 heavy none good
|
||||
993 1609 medium light decent
|
||||
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):
|
||||
|
@ -75,7 +76,7 @@ void gray_stop(void);
|
|||
LIGHT DARK BLINKING STRIPES COLORS
|
||||
--------------------------------------------------
|
||||
680 1078
|
||||
762 1311 low some too light [default]
|
||||
762 1311 low some too light [default]
|
||||
869 1097 medium some excellent
|
||||
869 1311 medium none good
|
||||
937 1425 medium none good
|
||||
|
|
|
@ -58,8 +58,8 @@ GCONSTRUCTOR static void gray_init(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
delays[0] = 898;
|
||||
delays[1] = 1350;
|
||||
delays[0] = 923;
|
||||
delays[1] = 1742;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue