Microchip® Advanced Software Framework

example1.c File Reference

Monochrome graphic library example application.

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

#include <board.h>
#include <sysclk.h>
#include <gfx_mono.h>

Functions

int main (void)
 
 PROGMEM_DECLARE (gfx_mono_color_t, flash_bitmap[16])
 

Variables

uint8_t smiley_data [16]
 

PROGMEM_DECLARE ( gfx_mono_color_t  ,
flash_bitmap  [16] 
)

uint8_t smiley_data[16]
Initial value:
= {
0x3C, 0x42, 0x95, 0xA1, 0xA1, 0x95, 0x42, 0x3C,
0x3C, 0x42, 0x95, 0xA1, 0xA1, 0x95, 0x42, 0x3C
}

Referenced by main().