gui2: added default signal maps, create first app for c03 graphics interface.

This commit is contained in:
Martin Preuss
2026-01-19 20:51:46 +01:00
parent 0bcb3b40f7
commit 504e7568d4
7 changed files with 622 additions and 14 deletions

View File

@@ -163,6 +163,14 @@ valueLabelWriteValue:
ValueLabel_DefaultSignalmap:
.db 0, OBJECT_SIGNAL_CREATE, LOW(ValueLabel_OnCreate), HIGH(ValueLabel_OnCreate)
.db 0, WIDGET_SIGNAL_DRAW, LOW(ValueLabel_OnDraw), HIGH(ValueLabel_OnDraw)
.db 0, VLABEL_SIGNAL_SETVALUE, LOW(ValueLabel_OnSetValue), HIGH(ValueLabel_OnSetValue)
.db 0, 0, 0, 0 ; end of table
#endif