tdse-tf_3-02

Controlador PID para derretidor de miel con control local via botones y remoto via WiFi
Index Commits Files Refs Submodules README
commit b14282d25563476fec9c8d792c2409830e4bf381
parent 1da0c8e153fd530287a0758cc0d7a392d4f1adab
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Thu,  4 Jun 2026 13:05:54 -0300

Corregir imagenes de LCD

Diffstat:
MMEMORIA.md | 24++++++++++++------------
Mimg/lcd/lcd_clock_set.png | 0
Mimg/lcd/lcd_idle.png | 0
Mimg/lcd/lcd_idle_prog.png | 0
Mimg/lcd/lcd_on.png | 0
Mimg/lcd/lcd_temp_set.png | 0
Mimg/lcd/lcd_timer_set.png | 0
Mimg/lcd/lcd_timer_set_end.png | 0
Mimg/lcd/lcd_timer_set_start.png | 0
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/MEMORIA.md b/MEMORIA.md
@@ -576,24 +576,24 @@ procesan en el tick de la tarea mediante `display_i2c_async_tick()`.
 <tr>
 <td align="center">
 <img src="img/lcd/lcd_idle.png" width="350px"><br>
-<em>(a) Sistema en reposo</em>
+<em>(a) Sistema en reposo.</em>
 </td>
 
 <td align="center">
 <img src="img/lcd/lcd_idle_prog.png" width="350px"><br>
-<em>(b) Sistema en reposo con timer programado</em>
+<em>(b) Sistema en reposo con timer programado.</em>
 </td>
 </tr>
 
 <tr>
 <td align="center">
-<img src="img/lcd/lcd_clock_set.png" width="350px"><br>
-<em>(c) Configuracio de reloj.</em>
+<img src="img/lcd/lcd_on.png" width="350px"><br>
+<em>(c) Sistema operando el calefactor.</em>
 </td>
 
 <td align="center">
-<img src="img/lcd/lcd_on.png" width="350px"><br>
-<em>(d) Sitema operando el calefactor</em>
+<img src="img/lcd/lcd_clock_set.png" width="350px"><br>
+<em>(d) Configuración de reloj.</em>
 </td>
 </tr>
 
@@ -604,20 +604,20 @@ procesan en el tick de la tarea mediante `display_i2c_async_tick()`.
 </td>
 
 <td align="center">
-<img src="img/lcd/lcd_timer_set_end.png" width="350px"><br>
-<em>(f) Configuracion de fin de timer.</em>
+<img src="img/lcd/lcd_timer_set.png" width="350px"><br>
+<em>(f) Configuracion de encendido/apagado de timer.</em>
 </td>
 </tr>
 
 <tr>
 <td align="center">
-<img src="img/lcd/lcd_timer_set.png" width="350px"><br>
-<em>(g) Configuracion de encendido/apagado de timer.</em>
+<img src="img/lcd/lcd_timer_set_start.png" width="350px"><br>
+<em>(g) Configuracion de inicio de timer.</em>
 </td>
 
 <td align="center">
-<img src="img/lcd/lcd_timer_set_start.png" width="350px"><br>
-<em>(h) Configuracion de inicio de timer.</em>
+<img src="img/lcd/lcd_timer_set_end.png" width="350px"><br>
+<em>(h) Configuracion de fin de timer.</em>
 </td>
 </tr>
 
diff --git a/img/lcd/lcd_clock_set.png b/img/lcd/lcd_clock_set.png
Binary files differ.
diff --git a/img/lcd/lcd_idle.png b/img/lcd/lcd_idle.png
Binary files differ.
diff --git a/img/lcd/lcd_idle_prog.png b/img/lcd/lcd_idle_prog.png
Binary files differ.
diff --git a/img/lcd/lcd_on.png b/img/lcd/lcd_on.png
Binary files differ.
diff --git a/img/lcd/lcd_temp_set.png b/img/lcd/lcd_temp_set.png
Binary files differ.
diff --git a/img/lcd/lcd_timer_set.png b/img/lcd/lcd_timer_set.png
Binary files differ.
diff --git a/img/lcd/lcd_timer_set_end.png b/img/lcd/lcd_timer_set_end.png
Binary files differ.
diff --git a/img/lcd/lcd_timer_set_start.png b/img/lcd/lcd_timer_set_start.png
Binary files differ.