Skip to content

Commit dee360b

Browse files
authored
Update README.md
1 parent 69c0ee7 commit dee360b

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 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-0.1_release-brightgreen.svg)](CHANGELOG.md)
5+
[![version](https://img.shields.io/badge/version-0.2_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)
@@ -98,17 +98,23 @@ Herramienta Open Hardware, para pruebas y control de iluminación de espectácul
9898

9999
### ![**Changelog**](CHANGELOG.md)
100100

101-
- **CORREGIDO,** cambiar en gui unit a "Unitary"
102-
- **CORREGIDO,** cambiar en GUI multi a "Matrix"
103-
- **CORREGIDO,** hacer los barridos de la memoria más rápidos, se agrega efecto de carga y no baja la velocidad
104-
- **CORREGIDO,** agregar al menú memory "Cancel"
105-
- **CORREGIDO,** se agrega 100ms mas a la lectura de los cursores
106-
- **CORREGIDO,** cuando se escribe un numero en la matriz o en unit, mayor o menor al límite la variable funciona pero el visual no
107-
- **CORREGIR,** en GUI_Multi no hay vista de posición
108-
- **AGREGADO,** líneas bajas cuando se está escribiendo un número, se quitaron los ceros
109-
- **AGREGADO,** se implementa para el caso de los valores "A" para 255 y "B" para 000
110-
- **AGREGADO,** se implementa para los valores la tecla "C" para ubicar la lámpara, parpadea y deja de hacerlo al volverla a presionar
111-
- **AGREGADO,** se implementa en la matriz el valor "C" que indica el canal donde está posicionado el cursor
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
112118

113119
***
114120

0 commit comments

Comments
 (0)