ucglib_xmega_hal  4.0
Xmega Hardware Abstraction Layer for Ucglib
main_images_large.c File Reference

Example: show four 60K pictures (128x160 pixels) on the display The original png-pictures are converted to c with a dedicated program png2c_ucg. More...

#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdlib.h>
#include "../clock.h"
#include "../ucglib/ucg.h"
#include "../ucglib_xmega.h"
#include "leeuwinnen_large/beerensteyn_lineth.h"
#include "leeuwinnen_large/donk_danielle_van_de.h"
#include "leeuwinnen_large/gragt_stephanie_van_der.h"
#include "leeuwinnen_large/groenen_jackie.h"

Functions

int main (void)
 Main function to demonstrate the usage of ucglib_xmega library.
 

Variables

pin_t connectArraySPI []
 connectArraySPI contains the non-SPI connections with display More...
 
ucg_t ucg
 ucg is a necessary global structure for ucg_lib
 

Detailed Description

Example: show four 60K pictures (128x160 pixels) on the display The original png-pictures are converted to c with a dedicated program png2c_ucg.

Author
Wim Dolman (w.e.dolman@hva.nl)
Date
30-09-2020
Version
4.0

Variable Documentation

◆ connectArraySPI

pin_t connectArraySPI[]
Initial value:
= {
{ UCG_XMEGA_PIN_RST, &PORTD, PIN3_bp },
{ UCG_XMEGA_PIN_CD, &PORTD, PIN2_bp },
{ UCG_XMEGA_PIN_NULL }
}

connectArraySPI contains the non-SPI connections with display