From 7b4bac534f3272c86c0e76da655b8a86c28aa16a Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 19 Jan 2026 18:43:40 +0100 Subject: [PATCH] gui2: removed debug widgets and functions (buttons work now). --- avr/devices/c03/main/testwin.asm | 153 +------------------------------ avr/modules/lcd2/gui2/button.asm | 13 --- avr/modules/lcd2/gui2/guiapp.asm | 2 - 3 files changed, 3 insertions(+), 165 deletions(-) diff --git a/avr/devices/c03/main/testwin.asm b/avr/devices/c03/main/testwin.asm index b8c387b..2a6305e 100644 --- a/avr/devices/c03/main/testwin.asm +++ b/avr/devices/c03/main/testwin.asm @@ -114,7 +114,6 @@ testApp_signalmap: .db 0, WIDGET_SIGNAL_TOUCH, LOW(GuiApp_OnTouch), HIGH(GuiApp_OnTouch) .db 0, OBJECT_SIGNAL_RECVMSG, LOW(GuiApp_OnMsgReceived), HIGH(GuiApp_OnMsgReceived) .db 0, OBJECT_SIGNAL_CREATE, LOW(GuiApp_OnCreate), HIGH(GuiApp_OnCreate) - .db 0, GUIAPP_SIGNAL_DEBUG, LOW(onAppDebug), HIGH(onAppDebug) .db 0, 0, 0, 0 ; end of table @@ -604,7 +603,7 @@ testWin_signalmap: buttonNetwork: ; OBJECT .db 0x55, 0xaa ; magic - .dw debugValue1*2 ; next + .dw 0 ; next .dw testWinBody_flashdata*2 ; parent .dw 0 ; first child .dw testWinBody_flashdata*2 ; target @@ -614,8 +613,8 @@ testWin_signalmap: .db (1<