Microchip® Advanced Software Framework

bitmaps.c File Reference

Bitmap data.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "compiler.h"
#include "gfx_mono.h"

Functions

 PROGMEM_DECLARE (gfx_mono_color_t, cloud_data[10])
 
 PROGMEM_DECLARE (gfx_mono_color_t, indoor_data[9])
 
 PROGMEM_DECLARE (gfx_mono_color_t, moon_data[5])
 
 PROGMEM_DECLARE (gfx_mono_color_t, sun_data[10])
 

Variables

struct gfx_mono_bitmap bitmap_cloud
 
struct gfx_mono_bitmap bitmap_indoor
 
struct gfx_mono_bitmap bitmap_moon
 
struct gfx_mono_bitmap bitmap_sun
 

PROGMEM_DECLARE ( gfx_mono_color_t  ,
cloud_data  [10] 
)
PROGMEM_DECLARE ( gfx_mono_color_t  ,
indoor_data  [9] 
)
PROGMEM_DECLARE ( gfx_mono_color_t  ,
moon_data  [5] 
)
PROGMEM_DECLARE ( gfx_mono_color_t  ,
sun_data  [10] 
)

struct gfx_mono_bitmap bitmap_cloud
Initial value:
= { .height = 8, .width = 10,
.type = GFX_MONO_BITMAP_PROGMEM, .data.progmem = cloud_data}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Referenced by lightsensor_application().

struct gfx_mono_bitmap bitmap_indoor
Initial value:
= { .height = 8, .width = 9,
.type = GFX_MONO_BITMAP_PROGMEM, .data.progmem = indoor_data}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Referenced by lightsensor_application().

struct gfx_mono_bitmap bitmap_moon
Initial value:
= { .height = 8, .width = 5,
.type = GFX_MONO_BITMAP_PROGMEM, .data.progmem = moon_data}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Referenced by lightsensor_application().

struct gfx_mono_bitmap bitmap_sun
Initial value:
= { .height = 8, .width = 10,
.type = GFX_MONO_BITMAP_PROGMEM, .data.progmem = sun_data}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Referenced by lightsensor_application().