|
2 | 2 |
|
3 | 3 | ## **Firmware - LCD 20x4**
|
4 | 4 |
|
5 |
| -[](CHANGELOG.md) |
| 5 | +[](CHANGELOG.md) |
6 | 6 | [](https://github.com/Arduino-DMX-512-Tester-and-Controller/Arduino-DMX-512-Tester-and-Controller-LCD-20x4-Firmware/blob/master/LICENCE.md)
|
7 | 7 |
|
8 | 8 | 
|
@@ -90,40 +90,23 @@ Herramienta Open Hardware, para pruebas y control de iluminación de espectácul
|
90 | 90 |
|
91 | 91 | ### 
|
92 | 92 |
|
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 |
127 | 110 |
|
128 | 111 | ***
|
129 | 112 |
|
|
0 commit comments