gray: considerably improve gray visuals

This commit is contained in:
lephe 2019-07-29 12:17:25 -04:00
parent 27f773ff7c
commit 62ae7e19d4
2 changed files with 4 additions and 2 deletions

View file

@ -68,8 +68,10 @@ void gray_stop(void);
LIGHT DARK BLINKING STRIPES COLORS LIGHT DARK BLINKING STRIPES COLORS
-------------------------------------------------- --------------------------------------------------
680 1078
762 1311 low some too light [default]
869 1097 medium some excellent 869 1097 medium some excellent
869 1311 medium none good [default] 869 1311 medium none good
937 1425 medium none good 937 1425 medium none good
-------------------------------------------------- --------------------------------------------------

View file

@ -27,7 +27,7 @@ GDATA static volatile int st = 0;
/* Whether the engine is running. Delays of light and dark frames. */ /* Whether the engine is running. Delays of light and dark frames. */
GDATA static int runs = 0; GDATA static int runs = 0;
GDATA static int delays[2] = { 869, 1311 }; GDATA static int delays[2] = { 762, 1311 };
/* Underlying timer */ /* Underlying timer */
#define GRAY_TIMER 0 #define GRAY_TIMER 0