avr: added Button_DefaultSignalmap

This commit is contained in:
Martin Preuss
2026-01-23 20:46:32 +01:00
parent e4e7aeb12e
commit 41a70a8280

View File

@@ -81,6 +81,15 @@ Button_OnTouch_ret:
Button_DefaultSignalmap:
.db 0, WIDGET_SIGNAL_TOUCH, LOW(Button_OnTouch), HIGH(Button_OnTouch)
.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