Microchip® Advanced Software Framework

oven_bitmaps.c File Reference

Bitmap data.

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

#include <asf.h>

Functions

 PROGMEM_DECLARE (gfx_mono_color_t, pot_on_data[16])
 
 PROGMEM_DECLARE (gfx_mono_color_t, pot_off_data[16])
 

Variables

struct gfx_mono_bitmap bitmap_pot_off
 Meta bitmap container for pot off heater. More...
 
struct gfx_mono_bitmap bitmap_pot_on
 Meta bitmap container for pot on heater. More...
 

PROGMEM_DECLARE ( gfx_mono_color_t  ,
pot_on_data  [16] 
)
PROGMEM_DECLARE ( gfx_mono_color_t  ,
pot_off_data  [16] 
)

struct gfx_mono_bitmap bitmap_pot_off
Initial value:
= {
.height = 16,
.width = 8,
.data.progmem = pot_off_data
}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Meta bitmap container for pot off heater.

Referenced by oven_ui_update_graphics().

struct gfx_mono_bitmap bitmap_pot_on
Initial value:
= {
.height = 16,
.width = 8,
.data.progmem = pot_on_data
}
Bitmap stored in progmem.
Definition: gfx_mono.h:96

Meta bitmap container for pot on heater.

Referenced by oven_ui_update_graphics().