![]() |
ucglib_xmega_hal
2.1
Xmega Hardware Abstraction Layer for Ucglib
|
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 "../csrc/ucg.h"
#include "../ucglib_xmega_hal.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"
Macros | |
#define | F_CPU 32000000UL |
Functions | |
int | main (void) |
Variables | |
ucg_t | ucg |
Example: show four 60K pictures (128x160 pixels) on the display The original png-pictures are converted to c with a dedicated program png2c_ucg.