From: Keith Packard Date: Mon, 10 Jun 2024 20:31:05 +0000 (-0700) Subject: src/telelco-v3.0: Increase LED test time to 1 second X-Git-Tag: 1.9.19~1^2~22 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1200e0c549c4b7e3b40d270879af4180cdd5f689;p=fw%2Faltos src/telelco-v3.0: Increase LED test time to 1 second Make it possible to verify all LEDs active during testing. Signed-off-by: Keith Packard --- diff --git a/src/telelco-v3.0/ao_lco_v3.c b/src/telelco-v3.0/ao_lco_v3.c index dc6b030e..688df285 100644 --- a/src/telelco-v3.0/ao_lco_v3.c +++ b/src/telelco-v3.0/ao_lco_v3.c @@ -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); }