|
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 | 
|
@@ -98,23 +98,11 @@ Herramienta Open Hardware, para pruebas y control de iluminación de espectácul
|
98 | 98 |
|
99 | 99 | ### 
|
100 | 100 |
|
101 |
| -- **CORREGIR,** retirar del setup las variables de la versión y pasarlas directamente a su void |
102 |
| -- **CORREGIR,** en GUI_About se retirar el delay en el efecto binario |
103 |
| -- **CORREGIR,** eeprom save, load empty y clear retirar el delay de efecto binario |
104 |
| -- **CORREGIR,** agregar al inicio del programa un about |
105 |
| -- **CORREGIR,** checar el tema del puerto de data flux, no se asigna |
106 |
| -- **CORREGIDO,** se cambió gui_init por gui_about |
107 |
| -- **CORREGIDO,** se cambia en unitary control, matrix por control y apunta a gui control options |
108 |
| -- **CORREGIDO,** se cambia en matrix control, ubi por con y apunta a gui control options |
109 |
| -- **CORREGIDO,** se quita la opción about es muy repetitiva |
110 |
| -- **AGREGADO,** control options about |
111 |
| -- **AGREGADO,** control options Chaser |
112 |
| -- **AGREGADO,** control options multiply |
113 |
| -- **AGREGADO,** actualización del texto "about" |
114 |
| -- **AGREGADO,** actualización del texto "memory initial" |
115 |
| -- **AGREGADO,** al GUI_Memory "empty" para borrar la RAM |
116 |
| -- **AGREGADO,** el control multiply |
117 |
| -- **AGREGADO,** a about al inicio el efecto del binario corriendo |
| 101 | +- **CORREGIDO,** retirar de setup las variables de la versión y pasarlas directamente a su void (no hay razón para que sean globales) |
| 102 | +- **CORREGIDO,** en gui about retirar el delay en el efecto binario |
| 103 | +- **CORREGIDO,** eeprom save, load empty y clear retirar delay de efecto (se retiró en todos los casos) |
| 104 | +- **CORREGIDO,** agregar al inicio del programa .ino un about |
| 105 | +- **CORREGIDO,** en control chaser se quitó el espacio entre delay el número y x10=mS, parece que fuera una opción |
118 | 106 |
|
119 | 107 | ***
|
120 | 108 |
|
|
0 commit comments