dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
images.h File Reference

Go to the source code of this file.

Data Structures

struct  Image
 

Variables

static const uint8_t data_droninbig []
 
static const struct Image image_droninbig
 
static const uint8_t data_brainfpv []
 
static const struct Image image_brainfpv
 
static const uint8_t data_dronin []
 
static const struct Image image_dronin
 
static const uint8_t data_menu_icon []
 
static const struct Image image_menu_icon
 
static const uint8_t data_home []
 
static const struct Image image_home
 
static const uint8_t data_rssi []
 
static const struct Image image_rssi
 
static const uint8_t data_gps []
 
static const struct Image image_gps
 

Variable Documentation

const uint8_t data_brainfpv[]
static

Definition at line 1524 of file images.h.

const uint8_t data_dronin[]
static

Definition at line 1842 of file images.h.

const uint8_t data_droninbig[]
static

Definition at line 1080 of file images.h.

const uint8_t data_gps[]
static
Initial value:
= {
0x50, 0x01, 0x40, 0x74, 0x07, 0x40, 0x1d, 0x1f, 0x40, 0x07, 0x7d, 0x40, 0x01, 0xfd, 0x00, 0x07,
0xf5, 0x00, 0x1f, 0xf4, 0x00, 0x7f, 0x55, 0x00, 0x55, 0x5d, 0x00, 0x00, 0x7f, 0x40, 0x01, 0xff,
0xd0, 0x05, 0x55, 0x54
}

Definition at line 2091 of file images.h.

const uint8_t data_home[]
static
Initial value:
= {
0x00, 0x40, 0x00, 0x01, 0xd0, 0x00, 0x07, 0xf4, 0x00, 0x1f, 0xfd, 0x00, 0x7f, 0xff, 0x40, 0x55,
0x55, 0x40, 0x1f, 0xfd, 0x00, 0x1f, 0xfd, 0x00, 0x1d, 0x7d, 0x00, 0x1d, 0x7d, 0x00, 0x15, 0x55,
0x00
}

Definition at line 2067 of file images.h.

const uint8_t data_menu_icon[]
static
Initial value:
= {
0x50, 0x00, 0x74, 0x00, 0x7d, 0x00, 0x7f, 0x40, 0x7f, 0xd0, 0x7f, 0x40, 0x7d, 0x00, 0x74, 0x00,
0x50, 0x00
}

Definition at line 2056 of file images.h.

const uint8_t data_rssi[]
static
Initial value:
= {
0x00, 0x05, 0x40, 0x00, 0x07, 0x40, 0x00, 0x57, 0x40, 0x00, 0x77, 0x40, 0x05, 0x77, 0x40, 0x07,
0x77, 0x40, 0x07, 0x77, 0x40, 0x57, 0x77, 0x40, 0x77, 0x77, 0x40, 0x77, 0x77, 0x40, 0x77, 0x77,
0x40, 0x55, 0x55, 0x40
}

Definition at line 2079 of file images.h.

const struct Image image_brainfpv
static
Initial value:
= {
.width = 124,
.height = 159,
.data = (uint8_t*)data_brainfpv,
}
static const uint8_t data_brainfpv[]
Definition: images.h:1524

Definition at line 1836 of file images.h.

const struct Image image_dronin
static
Initial value:
= {
.width = 120,
.height = 109,
.data = (uint8_t*)data_dronin,
}
static const uint8_t data_dronin[]
Definition: images.h:1842

Definition at line 2050 of file images.h.

const struct Image image_droninbig
static
Initial value:
= {
.width = 176,
.height = 158,
.data = (uint8_t*)data_droninbig,
}
static const uint8_t data_droninbig[]
Definition: images.h:1080

Definition at line 1518 of file images.h.

const struct Image image_gps
static
Initial value:
= {
.width = 12,
.height = 12,
.data = (uint8_t*)data_gps,
}
static const uint8_t data_gps[]
Definition: images.h:2091

Definition at line 2097 of file images.h.

const struct Image image_home
static
Initial value:
= {
.width = 12,
.height = 11,
.data = (uint8_t*)data_home,
}
static const uint8_t data_home[]
Definition: images.h:2067

Definition at line 2073 of file images.h.

const struct Image image_menu_icon
static
Initial value:
= {
.width = 8,
.height = 9,
.data = (uint8_t*)data_menu_icon,
}
static const uint8_t data_menu_icon[]
Definition: images.h:2056

Definition at line 2061 of file images.h.

const struct Image image_rssi
static
Initial value:
= {
.width = 12,
.height = 12,
.data = (uint8_t*)data_rssi,
}
static const uint8_t data_rssi[]
Definition: images.h:2079

Definition at line 2085 of file images.h.