Microchip® Advanced Software Framework

smiley.h File Reference
#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
}
ili9341_color_t gfx_color_t
Data type for color values native to the display.
Definition: gfx_ili9341_sdt028atft.h:64
#define PROGMEM_PTR_T
Definition: gfx.h:54
Definition: gfx_generic.h:66

Referenced by main().