gui: added ressources.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
.org RESSOURCE_ADDR
|
.org RESSOURCE_ADDR
|
||||||
|
|
||||||
RessourceTable:
|
RessourceTable:
|
||||||
.dw 62 ; num of ressources
|
.dw 66 ; 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
|
||||||
@@ -89,13 +89,18 @@ RessourceTable:
|
|||||||
|
|
||||||
.dw (resTextNodeAddr*2) ; 55: RESSOURCE_TXT_NODEADDR
|
.dw (resTextNodeAddr*2) ; 55: RESSOURCE_TXT_NODEADDR
|
||||||
.dw (resTextValueId*2) ; 56: RESSOURCE_TXT_VALUEID
|
.dw (resTextValueId*2) ; 56: RESSOURCE_TXT_VALUEID
|
||||||
.dw (resTextMotionSensor1*2) ; 57: RESSOURCE_TXT_MOTIONSENSOR1
|
.dw (resTextMotionSensor1_s*2) ; 57: RESSOURCE_TXT_MOTIONSENSOR1_S
|
||||||
.dw (resTextMotionSensor2*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2
|
.dw (resTextMotionSensor2_s*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2_S
|
||||||
.dw (resTextLightSensor*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR
|
.dw (resTextLightSensor_s*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR_S
|
||||||
|
|
||||||
.dw (resTextDialogOk*2) ; 60: RESSOURCE_TXT_DIALOGOK
|
.dw (resTextDialogOk*2) ; 60: RESSOURCE_TXT_DIALOGOK
|
||||||
.dw (resTextDialogAbort*2) ; 61: RESSOURCE_TXT_DIALOGABORT
|
.dw (resTextDialogAbort*2) ; 61: RESSOURCE_TXT_DIALOGABORT
|
||||||
|
|
||||||
|
.dw (resTextLedConnections*2) ; 62: RESSOURCE_TXT_LEDCONNECTIONS
|
||||||
|
.dw (resTextType*2) ; 63: RESSOURCE_TXT_TYPE
|
||||||
|
.dw (resTextNodeAddr_s*2) ; 64: RESSOURCE_TXT_NODEADDR_S
|
||||||
|
.dw (resTextValueId_s*2) ; 65: RESSOURCE_TXT_VALUEID_S
|
||||||
|
|
||||||
|
|
||||||
resImageNetwork:
|
resImageNetwork:
|
||||||
.dw DISPLAY_IMAGETYPE_IDX2RLE
|
.dw DISPLAY_IMAGETYPE_IDX2RLE
|
||||||
@@ -1202,21 +1207,33 @@ resTextNodeAddr:
|
|||||||
resTextValueId:
|
resTextValueId:
|
||||||
.db "Variable", 0, 0
|
.db "Variable", 0, 0
|
||||||
|
|
||||||
resTextMotionSensor1:
|
resTextMotionSensor1_s:
|
||||||
.db "Bew.-Sensor 1", 0
|
.db "Beweg. 1", 0, 0
|
||||||
|
|
||||||
resTextMotionSensor2:
|
resTextMotionSensor2_s:
|
||||||
.db "Bew.-Sensor 2", 0
|
.db "Beweg. 2", 0, 0
|
||||||
|
|
||||||
resTextLightSensor:
|
resTextLightSensor_s:
|
||||||
.db "Lichtsensor", 0
|
.db "Helligk.", 0, 0
|
||||||
|
|
||||||
resTextDialogOk:
|
resTextDialogOk:
|
||||||
.db "Ok", 0, 0
|
.db "Okay", 0, 0
|
||||||
|
|
||||||
resTextDialogAbort:
|
resTextDialogAbort:
|
||||||
.db "Abbruch", 0
|
.db "Abbruch", 0
|
||||||
|
|
||||||
|
resTextLedConnections:
|
||||||
|
.db "LED-Verbindungen", 0, 0
|
||||||
|
|
||||||
|
resTextType:
|
||||||
|
.db "Typ", 0
|
||||||
|
|
||||||
|
resTextNodeAddr_s:
|
||||||
|
.db "Adr.", 0, 0
|
||||||
|
|
||||||
|
resTextValueId_s:
|
||||||
|
.db "Var", 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
deviceCodeEnd:
|
deviceCodeEnd:
|
||||||
|
|||||||
@@ -71,13 +71,18 @@
|
|||||||
|
|
||||||
.equ RESSOURCE_TXT_NODEADDR = 55
|
.equ RESSOURCE_TXT_NODEADDR = 55
|
||||||
.equ RESSOURCE_TXT_VALUEID = 56
|
.equ RESSOURCE_TXT_VALUEID = 56
|
||||||
.equ RESSOURCE_TXT_MOTIONSENSOR1 = 57
|
.equ RESSOURCE_TXT_MOTIONSENSOR1_S = 57
|
||||||
.equ RESSOURCE_TXT_MOTIONSENSOR2 = 58
|
.equ RESSOURCE_TXT_MOTIONSENSOR2_S = 58
|
||||||
.equ RESSOURCE_TXT_LIGHTSENSOR = 59
|
.equ RESSOURCE_TXT_LIGHTSENSOR_S = 59
|
||||||
|
|
||||||
.equ RESSOURCE_TXT_DIALOGOK = 60
|
.equ RESSOURCE_TXT_DIALOGOK = 60
|
||||||
.equ RESSOURCE_TXT_DIALOGABORT = 61
|
.equ RESSOURCE_TXT_DIALOGABORT = 61
|
||||||
|
|
||||||
|
.equ RESSOURCE_TXT_LEDCONNECTIONS = 62
|
||||||
|
.equ RESSOURCE_TXT_TYPE = 63
|
||||||
|
.equ RESSOURCE_TXT_NODEADDR_S = 64
|
||||||
|
.equ RESSOURCE_TXT_VALUEID_S = 65
|
||||||
|
|
||||||
|
|
||||||
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC
|
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user