27
27
// number of segments in a full display (rotation) is 60 (one per
28
28
// second) times the desired number of sub-divisions of a second
30
30
#define NUM_SEGMENTS ( 60 * NUM_SECOND_SEGMENTS )
38
44
// scrolly text speed (segments per second)
39
45
#define TEXT_SCROLL_SPEED ( 15 * NUM_SECOND_SEGMENTS )