Skip to content

Commit ac3f28c

Browse files
authored
Merge pull request #4 from Arduino-DMX-512-Tester-and-Controller/v0.2
v0.2
2 parents a310816 + dee360b commit ac3f28c

20 files changed

+1508
-993
lines changed

DMX_Controller/DMX_Controller.cpp.hex

Lines changed: 958 additions & 786 deletions
Large diffs are not rendered by default.

DMX_Controller/DMX_Controller.ino

Lines changed: 532 additions & 195 deletions
Large diffs are not rendered by default.

LCD Layout - Firm v02.xlsx

13.8 KB
Binary file not shown.

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

media/._About.JPG

4 KB
Loading

media/._Control Chaser.JPG

4 KB
Loading

media/._Control Matrix.JPG

4 KB
Loading

media/._Control Multiply.JPG

4 KB
Loading

media/._Control Options.JPG

4 KB
Loading

media/._Control Unitary.JPG

4 KB
Loading

media/._Initial Memory.JPG

4 KB
Loading

media/._Memory Options.JPG

4 KB
Loading

media/About.JPG

57.1 KB
Loading

media/Control Chaser.JPG

31.9 KB
Loading

media/Control Matrix.JPG

34 KB
Loading

media/Control Multiply.JPG

32.4 KB
Loading

media/Control Options.JPG

31 KB
Loading

media/Control Unitary.JPG

30.3 KB
Loading

media/Initial Memory.JPG

29.4 KB
Loading

media/Memory Options.JPG

30.6 KB
Loading

0 commit comments

Comments
 (0)