Microchip® Advanced Software Framework

services/wtk/example3_plot/atmel_logo_small.h File Reference

Small Atmel Logo image for the ILI9341 display controller.

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

#include <gfx.h>

Functions

 PROGMEM_DECLARE (gfx_color_t, atmel_logo_small_data[2028])
 

Variables

struct gfx_bitmap atmel_logo_small
 

PROGMEM_DECLARE ( gfx_color_t  ,
atmel_logo_small_data  [2028] 
)

struct gfx_bitmap atmel_logo_small
Initial value:
= {
.width = 78, .height = 26 , .type = GFX_BITMAP_PROGMEM,
.data.progmem = (gfx_color_t PROGMEM_PTR_T)atmel_logo_small_data
}
uint16_t gfx_color_t
Data type for color values native to the display.
Definition: gfx_ili9488_90_00028_a0.h:60
#define PROGMEM_PTR_T
Definition: gfx.h:54
Definition: gfx_generic.h:66