Hanna
Sourcecode Batteriemanagementsystem
Funktionen | Variablen
lib_icons.c-Dateireferenz

Bibliothek für Icons aus Bitmaps. Mehr ...

#include "gfx.h"
#include <avr/pgmspace.h>
#include "lib_icons.h"
Include-Abhängigkeitsdiagramm für lib_icons.c:

gehe zum Quellcode dieser Datei

Funktionen

 PROGMEM_DECLARE (gfx_color_t, ico_batman_data[0x834])
 
 PROGMEM_DECLARE (gfx_color_t, ico_aeskulap_data[0x1CE])
 
 PROGMEM_DECLARE (gfx_color_t, ico_vent_an_data[0x384])
 
 PROGMEM_DECLARE (gfx_color_t, ico_vent_aus_data[0x384])
 
 PROGMEM_DECLARE (gfx_color_t, ico_verbraucher_an_data[0x95A])
 
 PROGMEM_DECLARE (gfx_color_t, ico_verbraucher_aus_data[0x95A])
 
 PROGMEM_DECLARE (gfx_color_t, ico_dreieck_gelb_data[0x688])
 

Variablen

struct gfx_bitmap ico_aeskulap = { .width = 14, .height = 33, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_aeskulap_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_batman = { .width = 60, .height = 35, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_batman_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_dreieck_gelb = { .width = 44, .height = 38, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_dreieck_gelb_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_vent_an = { .width = 30, .height = 30, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_vent_an_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_vent_aus = { .width = 30, .height = 30, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_vent_aus_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_verbraucher_an = { .width = 63, .height = 38, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_verbraucher_an_data, .swap = NO_SWAP_MSB_LSB }
 
struct gfx_bitmap ico_verbraucher_aus = { .width = 63, .height = 38, .type = GFX_BITMAP_PROGMEM, .data.progmem = (gfx_color_t PROGMEM_PTR_T) ico_verbraucher_aus_data, .swap = NO_SWAP_MSB_LSB }
 

Ausführliche Beschreibung

Bibliothek für Icons aus Bitmaps.

Autor
Hanna Burggraf
Datum
29.01.2016
$Revision: 388 $
$Date: 2016-03-27 09:50:29 +0200 (Sun, 27 Mar 2016) $

Definiert in Datei lib_icons.c.