c03: added ressources.

This commit is contained in:
Martin Preuss
2026-05-08 10:03:05 +02:00
parent f154146b14
commit c4af86c4f2
2 changed files with 14 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
.org RESSOURCE_ADDR
RessourceTable:
.dw 60 ; num of ressources
.dw 62 ; num of ressources
.dw (resImageNetwork*2) ; 0: RESSOURCE_IMG_NETWORK
.dw (resImageCloud*2) ; 1: RESSOURCE_IMG_CLOUD
.dw (resImageTemp*2) ; 2: RESSOURCE_IMG_TEMP
@@ -93,6 +93,9 @@ RessourceTable:
.dw (resTextMotionSensor2*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2
.dw (resTextLightSensor*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR
.dw (resTextDialogOk*2) ; 60: RESSOURCE_TXT_DIALOGOK
.dw (resTextDialogAbort*2) ; 61: RESSOURCE_TXT_DIALOGABORT
resImageNetwork:
.dw DISPLAY_IMAGETYPE_IDX2RLE
@@ -1208,6 +1211,12 @@ resTextMotionSensor2:
resTextLightSensor:
.db "Lichtsensor", 0
resTextDialogOk:
.db "Ok", 0, 0
resTextDialogAbort:
.db "Abbruch", 0
deviceCodeEnd:

View File

@@ -75,5 +75,9 @@
.equ RESSOURCE_TXT_MOTIONSENSOR2 = 58
.equ RESSOURCE_TXT_LIGHTSENSOR = 59
.equ RESSOURCE_TXT_DIALOGOK = 60
.equ RESSOURCE_TXT_DIALOGABORT = 61
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC