TI-OpenThread  1.08.04.07
Variables
CC1352R1_LAUNCHXL/thread/door_lock/images.c File Reference
#include "images.h"
+ Include dependency graph for CC1352R1_LAUNCHXL/thread/door_lock/images.c:

Variables

const Graphics_Image doorLockImage
 
static const uint8_t doorLockImgData []
 
static const uint32_t doorLockImgPalette []
 
const Graphics_Image doorUnlockImage
 
static const uint8_t doorUnlockImgData []
 
static const uint32_t doorUnlockImgPalette []
 

Variable Documentation

§ doorLockImgData

const uint8_t doorLockImgData[]
static

Door lock image data

§ doorLockImgPalette

const uint32_t doorLockImgPalette[]
static
Initial value:
=
{
0x000000, 0xffffff
}

Door lock image palette information

§ doorLockImage

const Graphics_Image doorLockImage
Initial value:
=
{
.bPP = IMAGE_FMT_1BPP_COMP_RLE7,
.xSize = 128,
.ySize = 128,
.numColors = 2,
.pPalette = doorLockImgPalette,
.pPixel = doorLockImgData,
}
static const uint8_t doorLockImgData[]
Definition: CC1352R1_LAUNCHXL/thread/door_lock/images.c:56
static const uint32_t doorLockImgPalette[]
Definition: CC1352R1_LAUNCHXL/thread/door_lock/images.c:92

Door lock image information

§ doorUnlockImgData

const uint8_t doorUnlockImgData[]
static

Door unlock image data

§ doorUnlockImgPalette

const uint32_t doorUnlockImgPalette[]
static
Initial value:
=
{
0x000000, 0xffffff
}

Door unlock image palette information

§ doorUnlockImage

const Graphics_Image doorUnlockImage
Initial value:
=
{
.bPP = IMAGE_FMT_1BPP_COMP_RLE7,
.xSize = 128,
.ySize = 128,
.numColors = 2,
.pPalette = doorUnlockImgPalette,
.pPixel = doorUnlockImgData,
}
static const uint8_t doorUnlockImgData[]
Definition: CC1352R1_LAUNCHXL/thread/door_lock/images.c:109
static const uint32_t doorUnlockImgPalette[]
Definition: CC1352R1_LAUNCHXL/thread/door_lock/images.c:145

Door unlock image information

© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale