c03: added ressources.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
.org RESSOURCE_ADDR
|
.org RESSOURCE_ADDR
|
||||||
|
|
||||||
RessourceTable:
|
RessourceTable:
|
||||||
.dw 60 ; num of ressources
|
.dw 62 ; num of ressources
|
||||||
.dw (resImageNetwork*2) ; 0: RESSOURCE_IMG_NETWORK
|
.dw (resImageNetwork*2) ; 0: RESSOURCE_IMG_NETWORK
|
||||||
.dw (resImageCloud*2) ; 1: RESSOURCE_IMG_CLOUD
|
.dw (resImageCloud*2) ; 1: RESSOURCE_IMG_CLOUD
|
||||||
.dw (resImageTemp*2) ; 2: RESSOURCE_IMG_TEMP
|
.dw (resImageTemp*2) ; 2: RESSOURCE_IMG_TEMP
|
||||||
@@ -93,6 +93,9 @@ RessourceTable:
|
|||||||
.dw (resTextMotionSensor2*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2
|
.dw (resTextMotionSensor2*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2
|
||||||
.dw (resTextLightSensor*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR
|
.dw (resTextLightSensor*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR
|
||||||
|
|
||||||
|
.dw (resTextDialogOk*2) ; 60: RESSOURCE_TXT_DIALOGOK
|
||||||
|
.dw (resTextDialogAbort*2) ; 61: RESSOURCE_TXT_DIALOGABORT
|
||||||
|
|
||||||
|
|
||||||
resImageNetwork:
|
resImageNetwork:
|
||||||
.dw DISPLAY_IMAGETYPE_IDX2RLE
|
.dw DISPLAY_IMAGETYPE_IDX2RLE
|
||||||
@@ -1208,6 +1211,12 @@ resTextMotionSensor2:
|
|||||||
resTextLightSensor:
|
resTextLightSensor:
|
||||||
.db "Lichtsensor", 0
|
.db "Lichtsensor", 0
|
||||||
|
|
||||||
|
resTextDialogOk:
|
||||||
|
.db "Ok", 0, 0
|
||||||
|
|
||||||
|
resTextDialogAbort:
|
||||||
|
.db "Abbruch", 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
deviceCodeEnd:
|
deviceCodeEnd:
|
||||||
|
|||||||
@@ -75,5 +75,9 @@
|
|||||||
.equ RESSOURCE_TXT_MOTIONSENSOR2 = 58
|
.equ RESSOURCE_TXT_MOTIONSENSOR2 = 58
|
||||||
.equ RESSOURCE_TXT_LIGHTSENSOR = 59
|
.equ RESSOURCE_TXT_LIGHTSENSOR = 59
|
||||||
|
|
||||||
|
.equ RESSOURCE_TXT_DIALOGOK = 60
|
||||||
|
.equ RESSOURCE_TXT_DIALOGABORT = 61
|
||||||
|
|
||||||
|
|
||||||
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC
|
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user