From 1200e0c549c4b7e3b40d270879af4180cdd5f689 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 10 Jun 2024 13:31:05 -0700 Subject: [PATCH] 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 --- src/telelco-v3.0/ao_lco_v3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2