From 3721fe4e8f6f50a9fac6259482e62c8b991f8730 Mon Sep 17 00:00:00 2001 From: chmancilla <148826389+chmancilla@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:48:42 -0300 Subject: [PATCH] Update README.md --- ModuloLED/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModuloLED/README.md b/ModuloLED/README.md index 86a0476..4d7e799 100644 --- a/ModuloLED/README.md +++ b/ModuloLED/README.md @@ -43,7 +43,7 @@ Luego de haber descargado los datos almancenados en este reposotorio. En el dire | N° de columnas de paneles montados | `options.chain_length` | 1 - 3 | | Brillo | `options.brightness` | 0 - 100 | | Mapeo GPIO para HAT | `options.hardware_mapping` | `regular`, ver otras opciones [aquí](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/wiring.md#alternative-hardware-mappings) | - | Multiplexación | `options.multiplexing` | 1 (por defecto) - 17| + | Multiplexación | `options.multiplexing` | 1 (por defecto) - 17 | | Retardo GPIO | `options.gpio_slowdown` | 1 - 5 | | Max. frecuencia de frames [Hz] | `options.limit_refresh_hz` | 30 - 240 (por defecto) | | Bits Resolución PWM | `options.pwm_bits` | 1 - 11 (por defecto) |