Microchip® Advanced Software Framework

smiley.h File Reference

Copyright (c) 2014-2018 Microchip Technology Inc.

and its subsidiaries.

#include "gfx.h"

Functions

 PROGMEM_DECLARE (gfx_color_t, smiley_data[400])
 

Variables

struct gfx_bitmap smiley
 

PROGMEM_DECLARE ( gfx_color_t  ,
smiley_data  [400] 
)

struct gfx_bitmap smiley
Initial value:
= {
.width = 20, .height = 20 , .type = GFX_BITMAP_PROGMEM,
.data.progmem = (gfx_color_t PROGMEM_PTR_T)smiley_data}
et024006_color_t gfx_color_t
Data type for color values native to the display.
Definition: gfx_hx8347a_et024006dhu_ebi.h:66
#define PROGMEM_PTR_T
Definition: gfx.h:54
Definition: gfx_generic.h:66

Referenced by main().