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

@@ -107,5 +107,12 @@ labelWriteText_noText:
Label_DefaultSignalmap:
.db 0, OBJECT_SIGNAL_CREATE, LOW(Widget_OnCreate), HIGH(Widget_OnCreate)
.db 0, WIDGET_SIGNAL_DRAW, LOW(Label_OnDraw), HIGH(Label_OnDraw)
.db 0, 0, 0, 0 ; end of table
#endif