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

@@ -175,5 +175,13 @@ ImageView_OnDraw_ret:
ImageView_DefaultSignalmap:
.db 0, WIDGET_SIGNAL_DRAW, LOW(ImageView_OnDraw), HIGH(ImageView_OnDraw)
.db 0, IMGVIEW_SIGNAL_SETBGCOL, LOW(ImageView_OnSetBgCol), HIGH(ImageView_OnSetBgCol)
.db 0, OBJECT_SIGNAL_CREATE, LOW(ImageView_OnCreate), HIGH(ImageView_OnCreate)
.db 0, 0, 0, 0 ; end of table
#endif