Monochrome graphic library example application.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
int | main (void) |
PROGMEM_DECLARE (gfx_mono_color_t, flash_bitmap[16]) | |
Variables | |
uint8_t | smiley_data [16] |
int main | ( | void | ) |
References board_init(), gfx_mono_bitmap::data, GFX_MONO_BITMAP_PROGMEM, GFX_MONO_BITMAP_RAM, gfx_mono_draw_circle, gfx_mono_draw_filled_circle, gfx_mono_draw_filled_rect, gfx_mono_draw_horizontal_line, gfx_mono_draw_line, gfx_mono_draw_rect, gfx_mono_draw_vertical_line, gfx_mono_init, gfx_mono_put_bitmap, GFX_PIXEL_SET, GFX_WHOLE, gfx_mono_bitmap::height, gfx_mono_bitmap::pixmap, gfx_mono_bitmap::progmem, smiley_data, sysclk_init, gfx_mono_bitmap::type, and gfx_mono_bitmap::width.
PROGMEM_DECLARE | ( | gfx_mono_color_t | , |
flash_bitmap | [16] | ||
) |
uint8_t smiley_data[16] |
Referenced by main().