]> git.gag.com Git - fw/altos/commitdiff
src/telelco-v3.0: Increase LED test time to 1 second
authorKeith Packard <keithp@keithp.com>
Mon, 10 Jun 2024 20:31:05 +0000 (13:31 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 10 Jun 2024 20:31:05 +0000 (13:31 -0700)
Make it possible to verify all LEDs active during testing.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telelco-v3.0/ao_lco_v3.c

index dc6b030edd471561f973fae0902dc6beb15edcf2..688df285a87526ff75eb0e20fc932fb6bc2b21ad 100644 (file)
@@ -413,7 +413,7 @@ ao_lco_display_test(void)
        ao_led_on(AO_LEDS_AVAILABLE);
        ao_rect(&fb, 0, 0, WIDTH, HEIGHT, AO_BLACK, AO_COPY);
        ao_st7565_update(&fb);
-       ao_delay(AO_MS_TO_TICKS(250));
+       ao_delay(AO_MS_TO_TICKS(1000));
        ao_led_off(AO_LEDS_AVAILABLE);
 }