Skip to content

Commit 725b60d

Browse files
authored
Update README.md
1 parent 4e699e0 commit 725b60d

File tree

1 file changed

+18
-35
lines changed

1 file changed

+18
-35
lines changed

README.md

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## **Firmware - LCD 20x4**
44

5-
[![version](https://img.shields.io/badge/version-2.0_release-brightgreen.svg)](CHANGELOG.md)
5+
[![version](https://img.shields.io/badge/version-2.1_release-brightgreen.svg)](CHANGELOG.md)
66
[![license](https://img.shields.io/badge/licence-GNU_GPL_v3.0-blue)](https://github.com/Arduino-DMX-512-Tester-and-Controller/Arduino-DMX-512-Tester-and-Controller-LCD-20x4-Firmware/blob/master/LICENCE.md)
77

88
![GitHub issues](https://img.shields.io/github/issues/Arduino-DMX-512-Tester-and-Controller/Arduino-DMX-512-Tester-and-Controller-LCD-20x4-Firmware)
@@ -90,40 +90,23 @@ Herramienta Open Hardware, para pruebas y control de iluminación de espectácul
9090

9191
### ![**Changelog**](CHANGELOG.md)
9292

93-
- **AGREGADO,** a config, external light
94-
- **CAMBIADO,** en config, redistribución de menú
95-
- **ELIMINADO,** interruptores de lights, los sustituye teclado
96-
- **AGREGADO,** en teclado *, on off de external light
97-
- **AGREGADO,** en teclado #, on off de backlight y key light
98-
- **AGREGADO,** en Navegar, la lectura de * y # para lights
99-
- **CORREGIDO,** en GUI_Memory_Init, la llamada a GUI_Control_Options(), era redundante
100-
- **CORREGIDO,** en Multiply, espaciado
101-
- **CAMBIADO,** en Secuencer por caracteres nuevos
102-
- **CORREGIDO,** en Memory, espaciado
103-
- **CAMBIADO,** en Memory por caracteres nuevos
104-
- **CAMBIADO,** en config por caracteres nuevos
105-
- **CAMBIADO,** en control chaser por caracteres nuevos
106-
- **CORREGIDO,** en control matrix, el índice empieza en opción 1 y no en 3
107-
- **CAMBIADO,** en control matrix por caracteres nuevos
108-
- **CAMBIADO,** en control unitary por caracteres nuevos
109-
- **CAMBIADO,** en convert por caracteres nuevos
110-
- **CAMBIADO,** en control options por caracteres nuevos
111-
- **CAMBIADO,** en about por caracteres nuevos
112-
- **CAMBIADO,** en menú memory init por caracteres nuevos
113-
- **CAMBIADO,** en menú memory bank por caracteres nuevos
114-
- **AGREGADO,** carácter para LCD de exit
115-
- **AGREGADO,** carácter para LCD de archivo
116-
- **ELIMINADO,** a numeric write, * y # como control de números
117-
- **AGREGADO,** tabuladores al código
118-
- **CORREGIDO,** Link de about de wiki al de Bitbucket https://goo.gl/7RsKo1
119-
- **CORREGIDO,** about, versión de firmware de 1.9 a 2.0
120-
- **AGREGADO,** a inicio, Load Bank:-, se quita b-
121-
- **AGREGADO,** a Memory, Bank:-, se quita b-
122-
- **CORREGIDO,** en Memory Bank, la leyenda Bank esta recorrida
123-
- **CORREGIDO,** en Initial Memory, faltaba:
124-
- **CORREGIDO,** en Memory, espacios y :
125-
- **CORREGIDO,** en Secuencer, faltaba:
126-
- **CORREGIDO,** DMX_Controller.ino:5747: warning: 'numero_total' may be used uninitialized in this function, se corrigió poniendo = 0
93+
- Tamaño binario del Sketch: 41,590 bytes (de un máximo de 258,048 bytes)
94+
- **CORREGIR,** void Numeric_Write, lo remplazo void Numerico_Print, esta función ya no se utiliza
95+
- **AGREGADO,** a menú config, eeprom default
96+
- **CAMBIADO,** menú config, reorganización de items
97+
- **AGREGADO,** a menú 2, about
98+
- **AGREGADO,** a menú 2, config
99+
- **AGREGADO,** a menú 2, botón de back
100+
- **AGREGADO,** menú 2
101+
- **AGREGADO,** menú 1, botón de next
102+
- **CAMBIADO,** menú 1, reubicación de items
103+
- **CAMBIADO,** Config ya no tiene la opción de About, about, queda en el menú principal
104+
- **CORREGIDO,** GUI_Control_Options a GUI_Menu_1, se agregaron más menús de funciones
105+
- **CORREGIDO,** Contrast_Init a Init_Contrast, se busca más rápido
106+
- **CORREGIDO,** Back_Light_Init a Init_Back_Light, se busca más rápido
107+
- **CORREGIDO,** EEPROM_Load_Init a Init_EEPROM_Load, se busca más rápido
108+
- **AGREGADO,** carácter next
109+
- **AGREGADO,** carácter back
127110

128111
***
129112

0 commit comments

Comments
 (0)