mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
gray: considerably improve gray visuals
This commit is contained in:
parent
27f773ff7c
commit
62ae7e19d4
2 changed files with 4 additions and 2 deletions
|
@ -68,8 +68,10 @@ void gray_stop(void);
|
|||
|
||||
LIGHT DARK BLINKING STRIPES COLORS
|
||||
--------------------------------------------------
|
||||
680 1078
|
||||
762 1311 low some too light [default]
|
||||
869 1097 medium some excellent
|
||||
869 1311 medium none good [default]
|
||||
869 1311 medium none good
|
||||
937 1425 medium none good
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ GDATA static volatile int st = 0;
|
|||
|
||||
/* Whether the engine is running. Delays of light and dark frames. */
|
||||
GDATA static int runs = 0;
|
||||
GDATA static int delays[2] = { 869, 1311 };
|
||||
GDATA static int delays[2] = { 762, 1311 };
|
||||
|
||||
/* Underlying timer */
|
||||
#define GRAY_TIMER 0
|
||||
|
|
Loading…
Reference in a new issue